1 write to tableLayoutPanel1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
264this.tableLayoutPanel1 = new TableLayoutPanel();
12 references to tableLayoutPanel1
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (12)
283tableLayoutPanel1.AutoSize = true; 284tableLayoutPanel1.ColumnCount = 1; 285tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(SizeType.Percent, 100F)); 286tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 287tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 288tableLayoutPanel1.RowCount = 2; 289tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(SizeType.Percent, 50F)); 290tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(SizeType.Percent, 50F)); 291tableLayoutPanel1.TabIndex = 0; 292tableLayoutPanel1.Controls.Add(label1, 0, 0); 293tableLayoutPanel1.Controls.Add(button1, 0, 1); 309this.Controls.Add(tableLayoutPanel1);