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