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