ExtensionMethods.FindDescendant<T> Method (DependencyObject)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- obj
-
Type:
System.Windows.DependencyObject
The object at which to begin searching.
Return Value
Type: TThe first descendant that satisfies the predicate, or null if no descendant is found.
Type Parameters
- T
The type of descendant to find.
Show: