1 write to EnumValueComboBox
Microsoft.VisualStudio.LanguageServices (1)
EnumPropertyView.g.cs (1)
93this.EnumValueComboBox = ((System.Windows.Controls.ComboBox)(target));
2 references to EnumValueComboBox
Microsoft.VisualStudio.LanguageServices (2)
EditorConfigSettings\Common\EnumPropertyView.xaml.cs (1)
27var index = EnumValueComboBox.SelectedIndex;
EnumPropertyView.g.cs (1)
96this.EnumValueComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.EnumValueComboBox_SelectionChanged);