1 write to OKButton
Microsoft.VisualStudio.LanguageServices (1)
ExtractInterfaceDialog.g.cs (1)
133
this.
OKButton
= ((System.Windows.Controls.Button)(target));
2 references to OKButton
Microsoft.VisualStudio.LanguageServices (2)
ExtractInterface\ExtractInterfaceDialog.xaml.cs (1)
69
public Button OKButton => _dialog.
OKButton
;
ExtractInterfaceDialog.g.cs (1)
136
this.
OKButton
.Click += new System.Windows.RoutedEventHandler(this.OK_Click);