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