1 write to ValueComboBox
Microsoft.VisualStudio.LanguageServices (1)
CodeStyleValueControl.g.cs (1)
93
this.
ValueComboBox
= ((System.Windows.Controls.ComboBox)(target));
2 references to ValueComboBox
Microsoft.VisualStudio.LanguageServices (2)
CodeStyleValueControl.g.cs (1)
96
this.
ValueComboBox
.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ValueComboBox_SelectionChanged);
EditorConfigSettings\CodeStyle\View\CodeStyleValueControl.xaml.cs (1)
24
=> _viewModel.SelectionChanged(
ValueComboBox
.SelectedIndex);