6 references to GetWordRange
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
500
TextSegment wordSegment = TextPointerBase.
GetWordRange
(dropPosition);
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
205
TextSegment wordRange = TextPointerBase.
GetWordRange
(normalizedPosition);
223
autoWordRange = TextPointerBase.
GetWordRange
(thisRange.Start);
src\Framework\System\windows\Documents\TextSelection.cs (3)
905
anchorWordRange = TextPointerBase.
GetWordRange
(anchorPosition);
930
anchorWordRange = TextPointerBase.
GetWordRange
(anchorPosition);
956
TextSegment lastReenteredWordRange = TextPointerBase.
GetWordRange
(_reenterPosition);