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