Retrieves the visual elements of a framework element.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static IEnumerable<DependencyObject> Elements( this DependencyObject parent ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function Elements ( _ parent As DependencyObject _ ) As IEnumerable(Of DependencyObject) |
| Visual C++ |
|---|
[ExtensionAttribute] public: static IEnumerable<DependencyObject^>^ Elements( DependencyObject^ parent ) |
Parameters
- parent
- Type: System.Windows..::..DependencyObject
The parent framework element.