9 references to Select
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (2)
91TextRangeBase.Select(this, position1, position2); 137TextRangeBase.Select(this, position1, position2);
System\Windows\Documents\TextRangeBase.cs (2)
195TextRangeBase.Select(thisRange, wordRange.Start, wordRange.End); 242TextRangeBase.Select(thisRange, start, end);
System\windows\Documents\TextSelection.cs (5)
89TextRangeBase.Select(this, anchorPosition, movingPosition); 518TextRangeBase.Select(this, caretPosition, caretPosition); 556TextRangeBase.Select(thisSelection, anchorPosition, position); 619TextRangeBase.Select(this, anchorPosition, newMovingPosition); 1067TextRangeBase.Select(this, _anchorPosition, movingPosition);