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