7 references to GetNonMergeableInlineAncestor
PresentationFramework (7)
System\Windows\Documents\Span.cs (2)
124
if ((nonMergeableAncestor = start.
GetNonMergeableInlineAncestor
()) != null)
128
if ((nonMergeableAncestor = end.
GetNonMergeableInlineAncestor
()) != null)
System\Windows\Documents\TextPointer.cs (2)
1427
Inline ancestor = this.
GetNonMergeableInlineAncestor
();
3825
Inline ancestor = this.
GetNonMergeableInlineAncestor
();
System\Windows\Documents\TextRangeEdit.cs (1)
604
Inline ancestor = position.
GetNonMergeableInlineAncestor
();
System\windows\Documents\TextSelection.cs (2)
1448
Inline ancestor = start.
GetNonMergeableInlineAncestor
();
1453
if (this.End.
GetNonMergeableInlineAncestor
() != ancestor)