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