1 write to CreateNewFileComboBox
Microsoft.VisualStudio.LanguageServices (1)
GenerateTypeDialog.g.cs (1)
235
this.
CreateNewFileComboBox
= ((System.Windows.Controls.ComboBox)(target));
2 references to CreateNewFileComboBox
Microsoft.VisualStudio.LanguageServices (2)
GenerateType\GenerateTypeDialog.xaml.cs (1)
142
public ComboBox CreateNewFileComboBox => _dialog.
CreateNewFileComboBox
;
GenerateTypeDialog.g.cs (1)
238
this.
CreateNewFileComboBox
.LostFocus += new System.Windows.RoutedEventHandler(this.FileNameTextBox_LostFocus);