1 write to okBtn
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
157this.okBtn = new System.Windows.Forms.Button();
12 references to okBtn
System.Windows.Forms (12)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (12)
102okBtn.Text = SR.GetString(SR.ExDlgOk); 227this.buttonTableLayoutPanel.Controls.Add(this.okBtn, 1, 0); 238this.okBtn.AutoSize = true; 239this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK; 240this.okBtn.Location = new System.Drawing.Point(131, 3); 241this.okBtn.Name = "okBtn"; 242this.okBtn.Size = new System.Drawing.Size(75, 23); 243this.okBtn.TabIndex = 1; 244this.okBtn.Click += new System.EventHandler(this.OnButtonClick); 288this.AcceptButton = this.okBtn; 326detailsBtn.Height = okBtn.Height; 347okBtn.Focus();