1 write to _tableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
188_tableLayoutPanel = new();
29 references to _tableLayoutPanel
System.Windows.Forms.Design (29)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (29)
201_tableLayoutPanel.SuspendLayout(); 215resources.ApplyResources(_tableLayoutPanel, "tableLayoutPanel"); 216_tableLayoutPanel.ColumnStyles.Add(new(SizeType.Absolute, 274F)); 217_tableLayoutPanel.ColumnStyles.Add(new()); 218_tableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 100F)); 219_tableLayoutPanel.Controls.Add(_addTableLayoutPanel, 0, 1); 220_tableLayoutPanel.Controls.Add(_okCancelTableLayoutPanel, 0, 6); 221_tableLayoutPanel.Controls.Add(_lblItems, 0, 0); 222_tableLayoutPanel.Controls.Add(_selectedItemName, 2, 0); 223_tableLayoutPanel.Controls.Add(_selectedItemProps, 2, 1); 224_tableLayoutPanel.Controls.Add(_lblMembers, 0, 2); 225_tableLayoutPanel.Controls.Add(_listBoxItems, 0, 3); 226_tableLayoutPanel.Controls.Add(_btnMoveUp, 1, 3); 227_tableLayoutPanel.Controls.Add(_btnMoveDown, 1, 4); 228_tableLayoutPanel.Controls.Add(_btnRemove, 1, 5); 229_tableLayoutPanel.Name = "tableLayoutPanel"; 230_tableLayoutPanel.RowStyles.Add(new()); 231_tableLayoutPanel.RowStyles.Add(new()); 232_tableLayoutPanel.RowStyles.Add(new()); 233_tableLayoutPanel.RowStyles.Add(new()); 234_tableLayoutPanel.RowStyles.Add(new()); 235_tableLayoutPanel.RowStyles.Add(new(SizeType.Percent, 100F)); 236_tableLayoutPanel.RowStyles.Add(new()); 261_tableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 3); 282_tableLayoutPanel.SetRowSpan(_selectedItemProps, 5); 293_tableLayoutPanel.SetRowSpan(_listBoxItems, 3); 312Controls.Add(_tableLayoutPanel); 321_tableLayoutPanel.ResumeLayout(false); 322_tableLayoutPanel.PerformLayout();