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