Table of Contents

Method FindVisualChildren

Namespace
Innova.Prism.Library.ExtensionMethods
Assembly
Innova.Prism.Library.dll

FindVisualChildren<T>(DependencyObject)

public static IEnumerable<T> FindVisualChildren<T>(this DependencyObject depObj) where T : DependencyObject

Parameters

depObj DependencyObject

Returns

IEnumerable<T>

Type Parameters

T