9 references to Select
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (2)
98TextRangeBase.Select(this, position1, position2); 144TextRangeBase.Select(this, position1, position2);
System\Windows\Documents\TextRangeBase.cs (2)
196TextRangeBase.Select(thisRange, wordRange.Start, wordRange.End); 243TextRangeBase.Select(thisRange, start, end);
System\windows\Documents\TextSelection.cs (5)
90TextRangeBase.Select(this, anchorPosition, movingPosition); 531TextRangeBase.Select(this, caretPosition, caretPosition); 569TextRangeBase.Select(thisSelection, anchorPosition, position); 632TextRangeBase.Select(this, anchorPosition, newMovingPosition); 1083TextRangeBase.Select(this, _anchorPosition, movingPosition);