1 write to _tableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
184_tableLayoutPanel = new();
29 references to _tableLayoutPanel
System.Windows.Forms.Design (29)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (29)
197_tableLayoutPanel.SuspendLayout(); 211resources.ApplyResources(_tableLayoutPanel, "tableLayoutPanel"); 212_tableLayoutPanel.ColumnStyles.Add(new(SizeType.Absolute, 274F)); 213_tableLayoutPanel.ColumnStyles.Add(new()); 214_tableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 100F)); 215_tableLayoutPanel.Controls.Add(_addTableLayoutPanel, 0, 1); 216_tableLayoutPanel.Controls.Add(_okCancelTableLayoutPanel, 0, 6); 217_tableLayoutPanel.Controls.Add(_lblItems, 0, 0); 218_tableLayoutPanel.Controls.Add(_selectedItemName, 2, 0); 219_tableLayoutPanel.Controls.Add(_selectedItemProps, 2, 1); 220_tableLayoutPanel.Controls.Add(_lblMembers, 0, 2); 221_tableLayoutPanel.Controls.Add(_listBoxItems, 0, 3); 222_tableLayoutPanel.Controls.Add(_btnMoveUp, 1, 3); 223_tableLayoutPanel.Controls.Add(_btnMoveDown, 1, 4); 224_tableLayoutPanel.Controls.Add(_btnRemove, 1, 5); 225_tableLayoutPanel.Name = "tableLayoutPanel"; 226_tableLayoutPanel.RowStyles.Add(new()); 227_tableLayoutPanel.RowStyles.Add(new()); 228_tableLayoutPanel.RowStyles.Add(new()); 229_tableLayoutPanel.RowStyles.Add(new()); 230_tableLayoutPanel.RowStyles.Add(new()); 231_tableLayoutPanel.RowStyles.Add(new(SizeType.Percent, 100F)); 232_tableLayoutPanel.RowStyles.Add(new()); 257_tableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 3); 278_tableLayoutPanel.SetRowSpan(_selectedItemProps, 5); 289_tableLayoutPanel.SetRowSpan(_listBoxItems, 3); 308Controls.Add(_tableLayoutPanel); 317_tableLayoutPanel.ResumeLayout(false); 318_tableLayoutPanel.PerformLayout();