'Declaration Public Function FindCommonVisualAncestor( _ ByVal otherVisual As DependencyObject _ ) As DependencyObject
'Usage Dim instance As VerticalSplitBox Dim otherVisual As DependencyObject Dim value As DependencyObject value = instance.FindCommonVisualAncestor(otherVisual)
public DependencyObject FindCommonVisualAncestor( DependencyObject otherVisual )
Parameters
- otherVisual