7 references to GetNonMergeableInlineAncestor
PresentationFramework (7)
src\Framework\System\Windows\Documents\Span.cs (2)
131
if ((nonMergeableAncestor = start.
GetNonMergeableInlineAncestor
()) != null)
135
if ((nonMergeableAncestor = end.
GetNonMergeableInlineAncestor
()) != null)
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1446
Inline ancestor = this.
GetNonMergeableInlineAncestor
();
3856
Inline ancestor = this.
GetNonMergeableInlineAncestor
();
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
608
Inline ancestor = position.
GetNonMergeableInlineAncestor
();
src\Framework\System\windows\Documents\TextSelection.cs (2)
1454
Inline ancestor = start.
GetNonMergeableInlineAncestor
();
1459
if (this.End.
GetNonMergeableInlineAncestor
() != ancestor)