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)
49
get =>
_innerTextBox
.Value.SelectionStart;
50
set =>
_innerTextBox
.Value.SelectionStart = value;
55
get =>
_innerTextBox
.Value.SelectionLength;
56
set =>
_innerTextBox
.Value.SelectionLength = value;
85
_innerTextBox
.Value.Select(start, length);
90
_innerTextBox
.Value.SelectAll();