6 references to GetWordRange
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (1)
470TextSegment wordSegment = TextPointerBase.GetWordRange(dropPosition);
System\Windows\Documents\TextRangeBase.cs (2)
193TextSegment wordRange = TextPointerBase.GetWordRange(normalizedPosition); 211autoWordRange = TextPointerBase.GetWordRange(thisRange.Start);
System\windows\Documents\TextSelection.cs (3)
883anchorWordRange = TextPointerBase.GetWordRange(anchorPosition); 908anchorWordRange = TextPointerBase.GetWordRange(anchorPosition); 934TextSegment lastReenteredWordRange = TextPointerBase.GetWordRange(_reenterPosition);