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