9 references to Select
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (2)
92TextRangeBase.Select(this, position1, position2); 138TextRangeBase.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); 519TextRangeBase.Select(this, caretPosition, caretPosition); 557TextRangeBase.Select(thisSelection, anchorPosition, position); 620TextRangeBase.Select(this, anchorPosition, newMovingPosition); 1068TextRangeBase.Select(this, _anchorPosition, movingPosition);