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