8 references to Select
PresentationFramework (6)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
234textBox.Select(inputText.Length, 0);
System\Windows\Controls\DataGridTextColumn.cs (2)
183textBox.Select(inputText.Length, 0); 244textBox.Select(characterIndex, 0);
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
111Select(0, this.Text.Length);
System\Windows\Controls\TextBox.cs (2)
895Select(value, 0); 1664Select(savedCaretIndex, 0);
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1675ZoomComboBox.TextBox.Select(0, 0); 1920PageTextBox.Select(0, 0);