15 references to Select
PresentationFramework (15)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
185
TextSelectionInternal.
Select
(_textContainer.Start, _textContainer.End);
src\Framework\System\Windows\Controls\TextBox.cs (4)
197
TextSelectionInternal.
Select
(newStart, newEnd);
208
TextSelectionInternal.
Select
(this.TextContainer.Start, this.TextContainer.Start);
854
TextSelectionInternal.
Select
(TextSelectionInternal.Start, newEnd);
913
TextSelectionInternal.
Select
(newStart, newEnd);
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
355
thisSelection.
Select
(position, position);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
80
/// arbitrary position in TextRange constructor or <see cref="TextRange.
Select
"/> method.</para>
src\Framework\System\Windows\Documents\TextRange.cs (3)
131
/// <see cref="System.Windows.Documents.TextRange.
Select
"/>
1603
this.
Select
(blockUIContainer.ContentStart, blockUIContainer.ContentEnd);
1611
this.
Select
(inlineUIContainer.ElementStart, inlineUIContainer.ElementEnd);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
1263
textRange.
Select
(textRange.Start, textRange.Start);
1860
textRange.
Select
(textRange.Start, textRange.End);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1320
range.
Select
(range.Start, range.End);
1394
range.
Select
(fragmentStart, fragmentEnd);
src\Framework\System\windows\Documents\TextSelection.cs (1)
89
/// <see cref="System.Windows.Documents.TextRange.
Select
"/>