3 references to GetCommonAncestor
PresentationFramework (3)
src\Framework\System\Windows\Documents\Span.cs (1)
140TextElement commonAncestor = TextElement.GetCommonAncestor((TextElement)start.Parent, (TextElement)end.Parent);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3623commonAncestor = TextElement.GetCommonAncestor(element1, element2);
src\Framework\System\Windows\Documents\TextStore.cs (1)
1140TextElement commonAncestor = TextElement.GetCommonAncestor(startElement, endElement);