5 implementations of GetNextContextPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
536
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
243
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\FixedTextPointer.cs (1)
302
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\NullTextNavigator.cs (1)
326
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\TextPointer.cs (1)
2446
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
17 references to GetNextContextPosition
PresentationFramework (17)
System\Windows\Controls\PasswordTextContainer.cs (1)
265
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
148
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\FixedTextContainer.cs (1)
133
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\FixedTextPointer.cs (1)
300
/// <see cref="ITextPointer.
GetNextContextPosition
"/>
System\Windows\Documents\NullTextContainer.cs (1)
133
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\NullTextNavigator.cs (1)
324
/// <see cref="ITextPointer.
GetNextContextPosition
"/>
System\windows\Documents\TextEditorContextMenu.cs (1)
402
position = position.
GetNextContextPosition
(LogicalDirection.Forward);
System\windows\Documents\TextEditorMouse.cs (1)
734
ITextPointer otherEdgePosition = mouseMovePosition.
GetNextContextPosition
(mouseMovePosition.LogicalDirection);
System\windows\Documents\TextEditorTyping.cs (2)
823
position = position.
GetNextContextPosition
(LogicalDirection.Backward);
832
position = position.
GetNextContextPosition
(LogicalDirection.Backward);
System\Windows\Documents\TextPointer.cs (1)
987
return (TextPointer)((ITextPointer)this).
GetNextContextPosition
(direction);
System\Windows\Documents\TextPointerBase.cs (3)
606
position = position.
GetNextContextPosition
(direction);
745
pointer = pointer.
GetNextContextPosition
(LogicalDirection.Backward);
1541
thisPosition = thisPosition.
GetNextContextPosition
(direction);
System\Windows\Documents\TextRangeBase.cs (1)
1255
start = start.
GetNextContextPosition
(LogicalDirection.Backward);
System\Windows\Documents\TextRangeSerialization.cs (1)
207
rangeEnd = rangeEnd.
GetNextContextPosition
(LogicalDirection.Backward);
System\windows\Documents\TextSelection.cs (1)
1959
movingPosition = cursorPosition.
GetNextContextPosition
(cursorPosition.LogicalDirection);