ExtensionMethods.TraverseVisualTreeReverse<T> Method (DependencyObject, Action<T>)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public static void TraverseVisualTreeReverse<T>(
	this DependencyObject obj,
	Action<T> action
)
where T : class

Parameters

obj
Type: System.Windows.DependencyObject
action
Type: System.Action<T>

Type Parameters

T
Return to top
Show: