3 references to GetCommonAncestor
PresentationFramework (3)
System\Windows\Documents\Span.cs (1)
134TextElement commonAncestor = TextElement.GetCommonAncestor((TextElement)start.Parent, (TextElement)end.Parent);
System\Windows\Documents\TextPointer.cs (1)
3597commonAncestor = TextElement.GetCommonAncestor(element1, element2);
System\Windows\Documents\TextStore.cs (1)
1268TextElement commonAncestor = TextElement.GetCommonAncestor(startElement, endElement);