5 implementations of HasEqualScope
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
268
bool ITextPointer.
HasEqualScope
(ITextPointer position)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
142
bool ITextPointer.
HasEqualScope
(ITextPointer position)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
192
bool ITextPointer.
HasEqualScope
(ITextPointer position)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
133
bool ITextPointer.
HasEqualScope
(ITextPointer position)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2449
bool 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
"/>
734
return 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)
212
textStart.
HasEqualScope
(textEnd))
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
182
Invariant.Assert(backwardPosition.
HasEqualScope
(forwardPosition));
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
544
return !startNavigator.
HasEqualScope
(endNavigator);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (4)
432
if (thisElement.
HasEqualScope
(scope))
1699
while (!commonAncestor.
HasEqualScope
(runningEnd))
1703
while (typeof(TextElement).IsAssignableFrom(runningEnd.ParentType) && !runningEnd.
HasEqualScope
(commonAncestor))
1708
if (runningEnd.
HasEqualScope
(commonAncestor))