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