7 references to GetNonMergeableInlineAncestor
PresentationFramework (7)
System\Windows\Documents\Span.cs (2)
114if ((nonMergeableAncestor = start.GetNonMergeableInlineAncestor()) != null) 118if ((nonMergeableAncestor = end.GetNonMergeableInlineAncestor()) != null)
System\Windows\Documents\TextPointer.cs (2)
1426Inline ancestor = this.GetNonMergeableInlineAncestor(); 3824Inline ancestor = this.GetNonMergeableInlineAncestor();
System\Windows\Documents\TextRangeEdit.cs (1)
603Inline ancestor = position.GetNonMergeableInlineAncestor();
System\windows\Documents\TextSelection.cs (2)
1432Inline ancestor = start.GetNonMergeableInlineAncestor(); 1437if (this.End.GetNonMergeableInlineAncestor() != ancestor)