6 references to FindCommonAncestor
PresentationCore (6)
System\Windows\Media\Visual.cs (3)
4280SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 4283VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 4286return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);
System\Windows\Media3D\Visual3D.cs (3)
1423SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 1426VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 1429return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);