5 implementations of HasEqualScope
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
268bool ITextPointer.HasEqualScope(ITextPointer position)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
142bool ITextPointer.HasEqualScope(ITextPointer position)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
192bool ITextPointer.HasEqualScope(ITextPointer position)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
133bool ITextPointer.HasEqualScope(ITextPointer position)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2449bool ITextPointer.HasEqualScope(ITextPointer position)
12 references to HasEqualScope
PresentationFramework (12)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
140/// <see cref="ITextPointer.HasEqualScope"/> 726/// <see cref="ITextPointer.HasEqualScope"/> 734return thisTp.ChildPointer.HasEqualScope(tp.ChildPointer);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
190/// <see cref="ITextPointer.HasEqualScope"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
131/// <see cref="ITextPointer.HasEqualScope"/>
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
212textStart.HasEqualScope(textEnd))
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
182Invariant.Assert(backwardPosition.HasEqualScope(forwardPosition));
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
544return !startNavigator.HasEqualScope(endNavigator);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (4)
432if (thisElement.HasEqualScope(scope)) 1699while (!commonAncestor.HasEqualScope(runningEnd)) 1703while (typeof(TextElement).IsAssignableFrom(runningEnd.ParentType) && !runningEnd.HasEqualScope(commonAncestor)) 1708if (runningEnd.HasEqualScope(commonAncestor))