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