2 references to OnButtonClick
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
244
this.okBtn.Click += new System.EventHandler(this.
OnButtonClick
);
255
this.cancelBtn.Click += new System.EventHandler(this.
OnButtonClick
);