5 implementations of HasEqualScope
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
262
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
130
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\FixedTextPointer.cs (1)
176
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\NullTextNavigator.cs (1)
126
bool ITextPointer.
HasEqualScope
(ITextPointer position)
System\Windows\Documents\TextPointer.cs (1)
2424
bool ITextPointer.
HasEqualScope
(ITextPointer position)
12 references to HasEqualScope
PresentationFramework (12)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
128
/// <see cref="ITextPointer.
HasEqualScope
"/>
710
/// <see cref="ITextPointer.
HasEqualScope
"/>
718
return thisTp.ChildPointer.
HasEqualScope
(tp.ChildPointer);
System\Windows\Documents\FixedTextPointer.cs (1)
174
/// <see cref="ITextPointer.
HasEqualScope
"/>
System\Windows\Documents\NullTextNavigator.cs (1)
124
/// <see cref="ITextPointer.
HasEqualScope
"/>
System\windows\Documents\TextEditorSpelling.cs (1)
209
textStart.
HasEqualScope
(textEnd))
System\Windows\Documents\TextPointerBase.cs (1)
178
Invariant.Assert(backwardPosition.
HasEqualScope
(forwardPosition));
System\Windows\Documents\TextRangeBase.cs (1)
530
return !startNavigator.
HasEqualScope
(endNavigator);
System\Windows\Documents\TextRangeSerialization.cs (4)
420
if (thisElement.
HasEqualScope
(scope))
1673
while (!commonAncestor.
HasEqualScope
(runningEnd))
1677
while (typeof(TextElement).IsAssignableFrom(runningEnd.ParentType) && !runningEnd.
HasEqualScope
(commonAncestor))
1682
if (runningEnd.
HasEqualScope
(commonAncestor))