5 implementations of GetNextContextPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
540
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
251
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\FixedTextPointer.cs (1)
309
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\NullTextNavigator.cs (1)
331
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
System\Windows\Documents\TextPointer.cs (1)
2451
ITextPointer ITextPointer.
GetNextContextPosition
(LogicalDirection direction)
17 references to GetNextContextPosition
PresentationFramework (17)
System\Windows\Controls\PasswordTextContainer.cs (1)
268
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
164
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\FixedTextContainer.cs (1)
149
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\FixedTextPointer.cs (1)
307
/// <see cref="ITextPointer.
GetNextContextPosition
"/>
System\Windows\Documents\NullTextContainer.cs (1)
137
return new StaticTextPointer(this, ((ITextPointer)position.Handle0).
GetNextContextPosition
(direction));
System\Windows\Documents\NullTextNavigator.cs (1)
329
/// <see cref="ITextPointer.
GetNextContextPosition
"/>
System\windows\Documents\TextEditorContextMenu.cs (1)
404
position = position.
GetNextContextPosition
(LogicalDirection.Forward);
System\windows\Documents\TextEditorMouse.cs (1)
748
ITextPointer otherEdgePosition = mouseMovePosition.
GetNextContextPosition
(mouseMovePosition.LogicalDirection);
System\windows\Documents\TextEditorTyping.cs (2)
832
position = position.
GetNextContextPosition
(LogicalDirection.Backward);
841
position = position.
GetNextContextPosition
(LogicalDirection.Backward);
System\Windows\Documents\TextPointer.cs (1)
992
return (TextPointer)((ITextPointer)this).
GetNextContextPosition
(direction);
System\Windows\Documents\TextPointerBase.cs (3)
608
position = position.
GetNextContextPosition
(direction);
747
pointer = pointer.
GetNextContextPosition
(LogicalDirection.Backward);
1543
thisPosition = thisPosition.
GetNextContextPosition
(direction);
System\Windows\Documents\TextRangeBase.cs (1)
1258
start = start.
GetNextContextPosition
(LogicalDirection.Backward);
System\Windows\Documents\TextRangeSerialization.cs (1)
213
rangeEnd = rangeEnd.
GetNextContextPosition
(LogicalDirection.Backward);
System\windows\Documents\TextSelection.cs (1)
1962
movingPosition = cursorPosition.
GetNextContextPosition
(cursorPosition.LogicalDirection);