ExtensionMethods.TraverseVisualTreeReverse<T> Method (DependencyObject, Action<T>)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public static void TraverseVisualTreeReverse<T>( this DependencyObject obj, Action<T> action ) where T : class
Type Parameters
- T
Show: