SharedWindowFindChildrenT Method

Finds childen of a type in the logical tree.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static IEnumerable<DependencyObject> FindChildren<T>(
	DependencyObject root
)

Parameters

root  DependencyObject
DependencyObject with the root.

Type Parameters

T

Return Value

IEnumerableDependencyObject
IEnumerableT with the childen of a type in the logical tree.

See Also