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