9 references to Select
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (2)
91
TextRangeBase.
Select
(this, position1, position2);
137
TextRangeBase.
Select
(this, position1, position2);
System\Windows\Documents\TextRangeBase.cs (2)
195
TextRangeBase.
Select
(thisRange, wordRange.Start, wordRange.End);
242
TextRangeBase.
Select
(thisRange, start, end);
System\windows\Documents\TextSelection.cs (5)
89
TextRangeBase.
Select
(this, anchorPosition, movingPosition);
518
TextRangeBase.
Select
(this, caretPosition, caretPosition);
556
TextRangeBase.
Select
(thisSelection, anchorPosition, position);
619
TextRangeBase.
Select
(this, anchorPosition, newMovingPosition);
1067
TextRangeBase.
Select
(this, _anchorPosition, movingPosition);