Visual.FindCommonVisualAncestor Method (DependencyObject)
Returns the common ancestor of two visual objects.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- otherVisual
-
Type:
System.Windows.DependencyObject
A visual object of type DependencyObject.
Return Value
Type: System.Windows.DependencyObjectThe common ancestor of the visual object and otherVisual if one exists; otherwise, null.
2D and 3D objects can have common visual ancestors, so it is possible to pass a Visual3D for otherVisual.
.NET Framework
Available since 3.0
Available since 3.0