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