6 references to FindCommonAncestor
PresentationCore (6)
Core\CSharp\System\Windows\Media\Visual.cs (3)
4317SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 4320VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 4323return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (3)
1445SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 1448VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 1451return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);