3 references to GetWordRange
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
514
return
GetWordRange
(thisPosition, LogicalDirection.Forward);
src\Framework\System\windows\Documents\TextSelection.cs (2)
906
cursorWordRange = TextPointerBase.
GetWordRange
(cursorPosition, cursorPosition.LogicalDirection);
1004
cursorWordRange = TextPointerBase.
GetWordRange
(cursorPosition, cursorPosition.LogicalDirection);