15 references to Select
PresentationFramework (15)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
155TextSelectionInternal.Select(_textContainer.Start, _textContainer.End);
System\Windows\Controls\TextBox.cs (4)
179TextSelectionInternal.Select(newStart, newEnd); 190TextSelectionInternal.Select(this.TextContainer.Start, this.TextContainer.Start); 817TextSelectionInternal.Select(TextSelectionInternal.Start, newEnd); 873TextSelectionInternal.Select(newStart, newEnd);
System\windows\Documents\TextEditorLists.cs (1)
337thisSelection.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"/> 1596this.Select(blockUIContainer.ContentStart, blockUIContainer.ContentEnd); 1604this.Select(inlineUIContainer.ElementStart, inlineUIContainer.ElementEnd);
System\Windows\Documents\TextRangeEditTables.cs (2)
1262textRange.Select(textRange.Start, textRange.Start); 1859textRange.Select(textRange.Start, textRange.End);
System\Windows\Documents\TextRangeSerialization.cs (2)
1290range.Select(range.Start, range.End); 1364range.Select(fragmentStart, fragmentEnd);
System\windows\Documents\TextSelection.cs (1)
83/// <see cref="System.Windows.Documents.TextRange.Select"/>