1 write to cancelBtn
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
158
this.
cancelBtn
= new System.Windows.Forms.Button();
11 references to cancelBtn
System.Windows.Forms (11)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (11)
103
cancelBtn
.Text = SR.GetString(SR.ExDlgCancel);
226
this.buttonTableLayoutPanel.Controls.Add(this.
cancelBtn
, 2, 0);
248
this.
cancelBtn
.AutoSize = true;
249
this.
cancelBtn
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
250
this.
cancelBtn
.Location = new System.Drawing.Point(212, 3);
251
this.
cancelBtn
.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
252
this.
cancelBtn
.Name = "cancelBtn";
253
this.
cancelBtn
.Size = new System.Drawing.Size(75, 23);
254
this.
cancelBtn
.TabIndex = 2;
255
this.
cancelBtn
.Click += new System.EventHandler(this.OnButtonClick);
292
this.CancelButton = this.
cancelBtn
;