1 write to OKButton
Microsoft.VisualStudio.LanguageServices (1)
AddParameterDialog.g.cs (1)
278
this.
OKButton
= ((Microsoft.VisualStudio.PlatformUI.DialogButton)(target));
2 references to OKButton
Microsoft.VisualStudio.LanguageServices (2)
AddParameterDialog.g.cs (1)
281
this.
OKButton
.Click += new System.Windows.RoutedEventHandler(this.OK_Click);
ChangeSignature\AddParameterDialog.xaml.cs (1)
83
public DialogButton OKButton => _dialog.
OKButton
;