Provides extension methods to DependencyObject.
Inheritance Hierarchy
FirstFloor.DocumentsDependencyObjectExtensions
Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The DependencyObjectExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AncestorsAndSelf |
Returns a collection of visual elements that contain specified object, and the ancestors of specified object.
|
![]() ![]() | Descendants |
Retrieves all visual descendants of a framework element.
|
![]() ![]() | Elements |
Retrieves the visual elements of a framework element.
|
![]() ![]() | SafeTransformToVisual |
Safely returns a transform object. Returns null a transform object could not be created.
|
See Also