2 implementations of SelectText
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
58public void SelectText(int start, int length)
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
81public void SelectText(int start, int length)
2 references to SelectText
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (2)
62RenameUserInput.SelectText(_viewModel.StartingSelection.Start, _viewModel.StartingSelection.Length); 274RenameUserInput.SelectText(newIdentifier.Length, 0);