15 references to Select
PresentationFramework (15)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
162
TextSelectionInternal.
Select
(_textContainer.Start, _textContainer.End);
System\Windows\Controls\TextBox.cs (4)
184
TextSelectionInternal.
Select
(newStart, newEnd);
195
TextSelectionInternal.
Select
(this.TextContainer.Start, this.TextContainer.Start);
822
TextSelectionInternal.
Select
(TextSelectionInternal.Start, newEnd);
878
TextSelectionInternal.
Select
(newStart, newEnd);
System\windows\Documents\TextEditorLists.cs (1)
353
thisSelection.
Select
(position, position);
System\Windows\Documents\TextPointer.cs (1)
78
/// arbitrary position in TextRange constructor or <see cref="TextRange.
Select
"/> method.</para>
System\Windows\Documents\TextRange.cs (3)
141
/// <see cref="System.Windows.Documents.TextRange.
Select
"/>
1606
this.
Select
(blockUIContainer.ContentStart, blockUIContainer.ContentEnd);
1614
this.
Select
(inlineUIContainer.ElementStart, inlineUIContainer.ElementEnd);
System\Windows\Documents\TextRangeEditTables.cs (2)
1260
textRange.
Select
(textRange.Start, textRange.Start);
1857
textRange.
Select
(textRange.Start, textRange.End);
System\Windows\Documents\TextRangeSerialization.cs (2)
1296
range.
Select
(range.Start, range.End);
1370
range.
Select
(fragmentStart, fragmentEnd);
System\windows\Documents\TextSelection.cs (1)
86
/// <see cref="System.Windows.Documents.TextRange.
Select
"/>