1 write to kindListComboBox
Microsoft.VisualStudio.LanguageServices (1)
GenerateTypeDialog.g.cs (1)
217
this.
kindListComboBox
= ((System.Windows.Controls.ComboBox)(target));
2 references to kindListComboBox
Microsoft.VisualStudio.LanguageServices (2)
GenerateType\GenerateTypeDialog.xaml.cs (2)
88
=>
kindListComboBox
.Focus();
130
public ComboBox KindListComboBox => _dialog.
kindListComboBox
;