9 references to Select
PresentationFramework (9)
src\Framework\System\Windows\Documents\TextRange.cs (2)
91TextRangeBase.Select(this, position1, position2); 137TextRangeBase.Select(this, position1, position2);
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
207TextRangeBase.Select(thisRange, wordRange.Start, wordRange.End); 257TextRangeBase.Select(thisRange, start, end);
src\Framework\System\windows\Documents\TextSelection.cs (5)
96TextRangeBase.Select(this, anchorPosition, movingPosition); 537TextRangeBase.Select(this, caretPosition, caretPosition); 575TextRangeBase.Select(thisSelection, anchorPosition, position); 638TextRangeBase.Select(this, anchorPosition, newMovingPosition); 1089TextRangeBase.Select(this, _anchorPosition, movingPosition);