2 references to GetCommonAncestor
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1349
return ValidateApplyStructuralInlineProperty(start, end, TextPointer.
GetCommonAncestor
(start, end), null);
1950
DependencyObject commonAncestor = TextPointer.
GetCommonAncestor
(start, end);