6 references to FindCommonAncestor
PresentationCore (6)
System\Windows\Media\Visual.cs (3)
4261SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 4264VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 4267return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);
System\Windows\Media3D\Visual3D.cs (3)
1414SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 1417VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 1420return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);