6 references to GetWordRange
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (1)
488TextSegment wordSegment = TextPointerBase.GetWordRange(dropPosition);
System\Windows\Documents\TextRangeBase.cs (2)
197TextSegment wordRange = TextPointerBase.GetWordRange(normalizedPosition); 215autoWordRange = TextPointerBase.GetWordRange(thisRange.Start);
System\windows\Documents\TextSelection.cs (3)
902anchorWordRange = TextPointerBase.GetWordRange(anchorPosition); 927anchorWordRange = TextPointerBase.GetWordRange(anchorPosition); 953TextSegment lastReenteredWordRange = TextPointerBase.GetWordRange(_reenterPosition);