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