5 implementations of HasEqualScope
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
266bool ITextPointer.HasEqualScope(ITextPointer position)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
138bool ITextPointer.HasEqualScope(ITextPointer position)
System\Windows\Documents\FixedTextPointer.cs (1)
183bool ITextPointer.HasEqualScope(ITextPointer position)
System\Windows\Documents\NullTextNavigator.cs (1)
131bool ITextPointer.HasEqualScope(ITextPointer position)
System\Windows\Documents\TextPointer.cs (1)
2429bool ITextPointer.HasEqualScope(ITextPointer position)
12 references to HasEqualScope
PresentationFramework (12)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
136/// <see cref="ITextPointer.HasEqualScope"/> 719/// <see cref="ITextPointer.HasEqualScope"/> 727return thisTp.ChildPointer.HasEqualScope(tp.ChildPointer);
System\Windows\Documents\FixedTextPointer.cs (1)
181/// <see cref="ITextPointer.HasEqualScope"/>
System\Windows\Documents\NullTextNavigator.cs (1)
129/// <see cref="ITextPointer.HasEqualScope"/>
System\windows\Documents\TextEditorSpelling.cs (1)
210textStart.HasEqualScope(textEnd))
System\Windows\Documents\TextPointerBase.cs (1)
180Invariant.Assert(backwardPosition.HasEqualScope(forwardPosition));
System\Windows\Documents\TextRangeBase.cs (1)
533return !startNavigator.HasEqualScope(endNavigator);
System\Windows\Documents\TextRangeSerialization.cs (4)
426if (thisElement.HasEqualScope(scope)) 1679while (!commonAncestor.HasEqualScope(runningEnd)) 1683while (typeof(TextElement).IsAssignableFrom(runningEnd.ParentType) && !runningEnd.HasEqualScope(commonAncestor)) 1688if (runningEnd.HasEqualScope(commonAncestor))