15 references to Select
PresentationFramework (15)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
155
TextSelectionInternal.
Select
(_textContainer.Start, _textContainer.End);
System\Windows\Controls\TextBox.cs (4)
179
TextSelectionInternal.
Select
(newStart, newEnd);
190
TextSelectionInternal.
Select
(this.TextContainer.Start, this.TextContainer.Start);
817
TextSelectionInternal.
Select
(TextSelectionInternal.Start, newEnd);
873
TextSelectionInternal.
Select
(newStart, newEnd);
System\windows\Documents\TextEditorLists.cs (1)
337
thisSelection.
Select
(position, position);
System\Windows\Documents\TextPointer.cs (1)
73
/// arbitrary position in TextRange constructor or <see cref="TextRange.
Select
"/> method.</para>
System\Windows\Documents\TextRange.cs (3)
132
/// <see cref="System.Windows.Documents.TextRange.
Select
"/>
1596
this.
Select
(blockUIContainer.ContentStart, blockUIContainer.ContentEnd);
1604
this.
Select
(inlineUIContainer.ElementStart, inlineUIContainer.ElementEnd);
System\Windows\Documents\TextRangeEditTables.cs (2)
1262
textRange.
Select
(textRange.Start, textRange.Start);
1859
textRange.
Select
(textRange.Start, textRange.End);
System\Windows\Documents\TextRangeSerialization.cs (2)
1290
range.
Select
(range.Start, range.End);
1364
range.
Select
(fragmentStart, fragmentEnd);
System\windows\Documents\TextSelection.cs (1)
83
/// <see cref="System.Windows.Documents.TextRange.
Select
"/>