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