ExtensionMethods.FindCommonAncestor Method (DependencyObject, DependencyObject)

 

Microsoft internal use only.

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

public static DependencyObject FindCommonAncestor(
	this DependencyObject obj1,
	DependencyObject obj2
)

Parameters

obj1
Type: System.Windows.DependencyObject

The first object.

obj2
Type: System.Windows.DependencyObject

The second object.

Return to top
Show: