ExtensionMethods.FindDescendantReverse<T> Method (DependencyObject)

 

Microsoft internal use only.

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

public static T FindDescendantReverse<T>(
	this DependencyObject obj
)
where T : class

Parameters

obj
Type: System.Windows.DependencyObject

The object at which to begin searching.

Return Value

Type: T

The last descendant of type T in the children of obj, or null if no descendant is found.

Type Parameters

T

The type of descendant to find.

Return to top
Show: