SharedWindowFindChildrenT Method
Finds childen of a type in the logical tree.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static IEnumerable<DependencyObject> FindChildren<T>(
DependencyObject root
)
Public Shared Function FindChildren(Of T) (
root As DependencyObject
) As IEnumerable(Of DependencyObject)
- root DependencyObject
- DependencyObject with the root.
- T
IEnumerableDependencyObjectIEnumerableT with the childen of a type in the logical tree.