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