7 references to GetNonMergeableInlineAncestor
PresentationFramework (7)
System\Windows\Documents\Span.cs (2)
125if ((nonMergeableAncestor = start.GetNonMergeableInlineAncestor()) != null) 129if ((nonMergeableAncestor = end.GetNonMergeableInlineAncestor()) != null)
System\Windows\Documents\TextPointer.cs (2)
1432Inline ancestor = this.GetNonMergeableInlineAncestor(); 3830Inline ancestor = this.GetNonMergeableInlineAncestor();
System\Windows\Documents\TextRangeEdit.cs (1)
606Inline ancestor = position.GetNonMergeableInlineAncestor();
System\windows\Documents\TextSelection.cs (2)
1451Inline ancestor = start.GetNonMergeableInlineAncestor(); 1456if (this.End.GetNonMergeableInlineAncestor() != ancestor)