9 references to Select
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (2)
101TextRangeBase.Select(this, position1, position2); 147TextRangeBase.Select(this, position1, position2);
System\Windows\Documents\TextRangeBase.cs (2)
199TextRangeBase.Select(thisRange, wordRange.Start, wordRange.End); 246TextRangeBase.Select(thisRange, start, end);
System\windows\Documents\TextSelection.cs (5)
93TextRangeBase.Select(this, anchorPosition, movingPosition); 534TextRangeBase.Select(this, caretPosition, caretPosition); 572TextRangeBase.Select(thisSelection, anchorPosition, position); 635TextRangeBase.Select(this, anchorPosition, newMovingPosition); 1086TextRangeBase.Select(this, _anchorPosition, movingPosition);