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