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