6 references to FindCommonAncestor
PresentationCore (6)
System\Windows\Media\Visual.cs (3)
4264SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 4267VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 4270return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);
System\Windows\Media3D\Visual3D.cs (3)
1415SetFlagsToRoot(false, VisualFlags.FindCommonAncestor); 1418VisualTreeUtils.SetFlagsToRoot(otherVisual, true, VisualFlags.FindCommonAncestor); 1421return FindFirstAncestorWithFlagsAnd(VisualFlags.FindCommonAncestor);