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