2 implementations of Select
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
133
void ITextRange.
Select
(ITextPointer position1, ITextPointer position2)
src\Framework\System\windows\Documents\TextSelection.cs (1)
91
void ITextRange.
Select
(ITextPointer anchorPosition, ITextPointer movingPosition)
35 references to Select
PresentationFramework (35)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1308
textRange.
Select
(textRange.Start, textRange.Start); //clear selection
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
247
textSelection.
Select
(findResult.Start, findResult.End);
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
134
Selection.
Select
(TextContainer.Start, TextContainer.End);
1118
Selection.
Select
(selectionStart, selectionEnd);
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
215
_textContainer.TextSelection.
Select
(start, end);
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1282
_editor.Selection.
Select
(caretPosition, caretPosition);
1703
_editor.Selection.
Select
(start, end);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1178
This.Selection.
Select
(start, end);
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
180
This.Selection.
Select
(This.TextContainer.Start, This.TextContainer.End);
src\Framework\System\windows\Documents\TextEditorSpelling.cs (2)
155
This.Selection.
Select
(spellingError.Start, spellingError.End);
173
This.Selection.
Select
(caretPosition, caretPosition);
src\Framework\System\windows\Documents\TextEditorTyping.cs (8)
709
This.Selection.
Select
(This.Selection.End, backspacePosition);
965
This.Selection.
Select
(textRange.Start, textRange.End);
1025
This.Selection.
Select
(textRange.Start, textRange.End);
1030
This.Selection.
Select
(textRange.Start, textRange.End);
1157
This.Selection.
Select
(newEnd, newEnd);
1221
This.Selection.
Select
(newEnd, newEnd);
1464
This.Selection.
Select
(cell.ContentStart, cell.ContentEnd);
1516
This.Selection.
Select
(cell.ContentStart, cell.ContentEnd);
src\Framework\System\Windows\Documents\TextParentUndoUnit.cs (1)
132
_selection.
Select
(anchorPosition, movingPosition);
src\Framework\System\Windows\Documents\TextRange.cs (1)
675
((ITextRange)this).
Select
(position1, position2);
src\Framework\System\Windows\Documents\TextRangeBase.cs (5)
276
thisRange.
Select
(cell.ContentStart, cell.ContentEnd);
280
thisRange.
Select
(thisRange.Start, thisRange.Start);
320
thisRange.
Select
(thisRange.Start, newEnd);
1354
thisRange.
Select
(thisRange.Start, thisRange.Start);
1384
thisRange.
Select
(insertionPosition, insertionPosition);
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (1)
275
((ITextRange)range).
Select
(insertionPosition, insertionPosition);
src\Framework\System\windows\Documents\TextSelection.cs (1)
1981
thisSelection.
Select
(cursorPosition, movingPosition);
src\Framework\System\Windows\Documents\TextStore.cs (7)
275
this.TextSelection.
Select
(end, start);
279
this.TextSelection.
Select
(start, end);
624
this.TextSelection.
Select
(start, end);
1392
TextSelection.
Select
(TextSelection.End, TextSelection.End);
1896
this.TextSelection.
Select
(range.Start, range.End);
3811
this.TextSelection.
Select
(anchor, moving);
3832
this.TextSelection.
Select
(anchor, moving);