Visual3D::FindCommonVisualAncestor Method (DependencyObject^)
.NET Framework (current version)
Returns the common ancestor of the visual object and another specified visual object.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- otherVisual
-
Type:
System.Windows::DependencyObject^
The visual object with which to find a common ancestor.
Return Value
Type: System.Windows::DependencyObject^The common ancestor of the current visual object and otherVisual; or null if no common ancestor is found.
.NET Framework
Available since 3.0
Available since 3.0
Show: