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