1 write to buttonTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
156this.buttonTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
20 references to buttonTableLayoutPanel
System.Windows.Forms (20)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (20)
164this.buttonTableLayoutPanel.SuspendLayout(); 204this.overarchingTableLayoutPanel.Controls.Add(this.buttonTableLayoutPanel, 0, 1); 218this.buttonTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 220this.buttonTableLayoutPanel.AutoSize = true; 221this.buttonTableLayoutPanel.ColumnCount = 3; 222this.overarchingTableLayoutPanel.SetColumnSpan(this.buttonTableLayoutPanel, 2); 223this.buttonTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 224this.buttonTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 225this.buttonTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 226this.buttonTableLayoutPanel.Controls.Add(this.cancelBtn, 2, 0); 227this.buttonTableLayoutPanel.Controls.Add(this.okBtn, 1, 0); 228this.buttonTableLayoutPanel.Controls.Add(this.detailsBtn, 0, 0); 229this.buttonTableLayoutPanel.Location = new System.Drawing.Point(0, 79); 230this.buttonTableLayoutPanel.Name = "buttonTableLayoutPanel"; 231this.buttonTableLayoutPanel.RowCount = 1; 232this.buttonTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 233this.buttonTableLayoutPanel.Size = new System.Drawing.Size(290, 29); 234this.buttonTableLayoutPanel.TabIndex = 8; 304this.buttonTableLayoutPanel.ResumeLayout(false); 305this.buttonTableLayoutPanel.PerformLayout();