1 write to _addTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
185_addTableLayoutPanel = new();
13 references to _addTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (13)
198_addTableLayoutPanel.SuspendLayout(); 215_tableLayoutPanel.Controls.Add(_addTableLayoutPanel, 0, 1); 234resources.ApplyResources(_addTableLayoutPanel, "addTableLayoutPanel"); 235_addTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 100F)); 236_addTableLayoutPanel.ColumnStyles.Add(new()); 237_addTableLayoutPanel.Controls.Add(_btnAddNew, 1, 0); 238_addTableLayoutPanel.Controls.Add(_newItemTypes, 0, 0); 239_addTableLayoutPanel.Margin = new(0, 3, 3, 3); 240_addTableLayoutPanel.Name = "addTableLayoutPanel"; 241_addTableLayoutPanel.AutoSize = true; 242_addTableLayoutPanel.RowStyles.Add(new()); 319_addTableLayoutPanel.ResumeLayout(false); 320_addTableLayoutPanel.PerformLayout();