5 implementations of HasEqualScope
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
266
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
138
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\FixedTextPointer.cs (1)
183
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\NullTextNavigator.cs (1)
131
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\TextPointer.cs (1)
2429
bool 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
"/>
727
return 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)
210
textStart.
HasEqualScope
(textEnd))
System\Windows\Documents\TextPointerBase.cs (1)
180
Invariant.Assert(backwardPosition.
HasEqualScope
(forwardPosition));
System\Windows\Documents\TextRangeBase.cs (1)
533
return !startNavigator.
HasEqualScope
(endNavigator);
System\Windows\Documents\TextRangeSerialization.cs (4)
426
if (thisElement.
HasEqualScope
(scope))
1679
while (!commonAncestor.
HasEqualScope
(runningEnd))
1683
while (typeof(TextElement).IsAssignableFrom(runningEnd.ParentType) && !runningEnd.
HasEqualScope
(commonAncestor))
1688
if (runningEnd.
HasEqualScope
(commonAncestor))