1 write to overarchingTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
155this.overarchingTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
21 references to overarchingTableLayoutPanel
System.Windows.Forms (21)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (21)
122details.Width = overarchingTableLayoutPanel.Width - details.Margin.Horizontal; 163this.overarchingTableLayoutPanel.SuspendLayout(); 200this.overarchingTableLayoutPanel.AutoSize = true; 201this.overarchingTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 202this.overarchingTableLayoutPanel.ColumnCount = 1; 203this.overarchingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 204this.overarchingTableLayoutPanel.Controls.Add(this.buttonTableLayoutPanel, 0, 1); 205this.overarchingTableLayoutPanel.Controls.Add(this.pictureLabelTableLayoutPanel, 0, 0); 206this.overarchingTableLayoutPanel.Location = new System.Drawing.Point(1, 0); 207this.overarchingTableLayoutPanel.MinimumSize = new System.Drawing.Size(279, 50); 208this.overarchingTableLayoutPanel.Name = "overarchingTableLayoutPanel"; 209this.overarchingTableLayoutPanel.RowCount = 2; 210this.overarchingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 211this.overarchingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 212this.overarchingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 213this.overarchingTableLayoutPanel.Size = new System.Drawing.Size(290, 108); 214this.overarchingTableLayoutPanel.TabIndex = 6; 222this.overarchingTableLayoutPanel.SetColumnSpan(this.buttonTableLayoutPanel, 2); 295this.Controls.Add(this.overarchingTableLayoutPanel); 302this.overarchingTableLayoutPanel.ResumeLayout(false); 303this.overarchingTableLayoutPanel.PerformLayout();