ExtensionMethods::FindCommonAncestor Method (DependencyObject^, DependencyObject^)

 

Microsoft internal use only.

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

public:
[ExtensionAttribute]
static DependencyObject^ FindCommonAncestor(
	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: