1 write to _showTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
162
_showTableLayoutPanel
= new TableLayoutPanel();
12 references to _showTableLayoutPanel
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\StyleEditorForm.cs (12)
186
_showTableLayoutPanel
.SuspendLayout();
266
_overarchingTableLayoutPanel.Controls.Add(
_showTableLayoutPanel
, 0, 0);
278
resources.ApplyResources(
_showTableLayoutPanel
, "showTableLayoutPanel");
279
_showTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle());
280
_showTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
281
_showTableLayoutPanel
.Controls.Add(_memberTypeLabel, 0, 0);
282
_showTableLayoutPanel
.Controls.Add(_columnsOrRowsComboBox, 1, 0);
283
_showTableLayoutPanel
.Margin = new Padding(0, 0, 3, 3);
284
_showTableLayoutPanel
.Name = "showTableLayoutPanel";
285
_showTableLayoutPanel
.RowStyles.Add(new RowStyle());
455
_showTableLayoutPanel
.ResumeLayout(false);
456
_showTableLayoutPanel
.PerformLayout();