6 references to GetWordRange
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (1)
471TextSegment wordSegment = TextPointerBase.GetWordRange(dropPosition);
System\Windows\Documents\TextRangeBase.cs (2)
194TextSegment wordRange = TextPointerBase.GetWordRange(normalizedPosition); 212autoWordRange = TextPointerBase.GetWordRange(thisRange.Start);
System\windows\Documents\TextSelection.cs (3)
884anchorWordRange = TextPointerBase.GetWordRange(anchorPosition); 909anchorWordRange = TextPointerBase.GetWordRange(anchorPosition); 935TextSegment lastReenteredWordRange = TextPointerBase.GetWordRange(_reenterPosition);