1 write to _innerTextBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
36_innerTextBox = new Lazy<TextBox>(() =>
6 references to _innerTextBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (6)
49get => _innerTextBox.Value.SelectionStart; 50set => _innerTextBox.Value.SelectionStart = value; 55get => _innerTextBox.Value.SelectionLength; 56set => _innerTextBox.Value.SelectionLength = value; 85_innerTextBox.Value.Select(start, length); 90_innerTextBox.Value.SelectAll();