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); 278resources.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()); 466_showTableLayoutPanel.ResumeLayout(false); 467_showTableLayoutPanel.PerformLayout();