2 implementations of SelectAllText
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
63public void SelectAllText()
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
86public void SelectAllText()
1 reference to SelectAllText
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
236this.RenameUserInput.SelectAllText();