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