ExtensionMethods.FindDescendantsReverse<T> Method (DependencyObject)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public static IEnumerable<T> FindDescendantsReverse<T>( this DependencyObject obj ) where T : class
Parameters
- obj
- Type: System.Windows.DependencyObject
Return Value
Type: System.Collections.Generic.IEnumerable<T>Type Parameters
- T
Show: