15 references to Select
PresentationFramework (15)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
162TextSelectionInternal.Select(_textContainer.Start, _textContainer.End);
System\Windows\Controls\TextBox.cs (4)
184TextSelectionInternal.Select(newStart, newEnd); 195TextSelectionInternal.Select(this.TextContainer.Start, this.TextContainer.Start); 822TextSelectionInternal.Select(TextSelectionInternal.Start, newEnd); 878TextSelectionInternal.Select(newStart, newEnd);
System\windows\Documents\TextEditorLists.cs (1)
353thisSelection.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"/> 1606this.Select(blockUIContainer.ContentStart, blockUIContainer.ContentEnd); 1614this.Select(inlineUIContainer.ElementStart, inlineUIContainer.ElementEnd);
System\Windows\Documents\TextRangeEditTables.cs (2)
1260textRange.Select(textRange.Start, textRange.Start); 1857textRange.Select(textRange.Start, textRange.End);
System\Windows\Documents\TextRangeSerialization.cs (2)
1296range.Select(range.Start, range.End); 1370range.Select(fragmentStart, fragmentEnd);
System\windows\Documents\TextSelection.cs (1)
86/// <see cref="System.Windows.Documents.TextRange.Select"/>