5 implementations of HasEqualScope
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
261
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
129
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\FixedTextPointer.cs (1)
175
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\NullTextNavigator.cs (1)
125
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\TextPointer.cs (1)
2423
bool ITextPointer.
HasEqualScope
(ITextPointer position)
8 references to HasEqualScope
PresentationFramework (8)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
717
return thisTp.ChildPointer.
HasEqualScope
(tp.ChildPointer);
System\windows\Documents\TextEditorSpelling.cs (1)
208
textStart.
HasEqualScope
(textEnd))
System\Windows\Documents\TextPointerBase.cs (1)
177
Invariant.Assert(backwardPosition.
HasEqualScope
(forwardPosition));
System\Windows\Documents\TextRangeBase.cs (1)
529
return !startNavigator.
HasEqualScope
(endNavigator);
System\Windows\Documents\TextRangeSerialization.cs (4)
419
if (thisElement.
HasEqualScope
(scope))
1672
while (!commonAncestor.
HasEqualScope
(runningEnd))
1676
while (typeof(TextElement).IsAssignableFrom(runningEnd.ParentType) && !runningEnd.
HasEqualScope
(commonAncestor))
1681
if (runningEnd.
HasEqualScope
(commonAncestor))