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