7 references to GetNonMergeableInlineAncestor
PresentationFramework (7)
System\Windows\Documents\Span.cs (2)
115
if ((nonMergeableAncestor = start.
GetNonMergeableInlineAncestor
()) != null)
119
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)
1433
Inline ancestor = start.
GetNonMergeableInlineAncestor
();
1438
if (this.End.
GetNonMergeableInlineAncestor
() != ancestor)