9 references to Select
PresentationFramework (9)
src\Framework\System\Windows\Documents\TextRange.cs (2)
91
TextRangeBase.
Select
(this, position1, position2);
137
TextRangeBase.
Select
(this, position1, position2);
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
207
TextRangeBase.
Select
(thisRange, wordRange.Start, wordRange.End);
257
TextRangeBase.
Select
(thisRange, start, end);
src\Framework\System\windows\Documents\TextSelection.cs (5)
96
TextRangeBase.
Select
(this, anchorPosition, movingPosition);
537
TextRangeBase.
Select
(this, caretPosition, caretPosition);
575
TextRangeBase.
Select
(thisSelection, anchorPosition, position);
638
TextRangeBase.
Select
(this, anchorPosition, newMovingPosition);
1089
TextRangeBase.
Select
(this, _anchorPosition, movingPosition);