Visual.FindCommonVisualAncestor Method
.NET Framework 4.6 and 4.5
Returns the common ancestor of two visual objects.
Namespace: System.Windows.Media
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.
Show: