1 write to _addTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
189_addTableLayoutPanel = new();
13 references to _addTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (13)
202_addTableLayoutPanel.SuspendLayout(); 219_tableLayoutPanel.Controls.Add(_addTableLayoutPanel, 0, 1); 238resources.ApplyResources(_addTableLayoutPanel, "addTableLayoutPanel"); 239_addTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 100F)); 240_addTableLayoutPanel.ColumnStyles.Add(new()); 241_addTableLayoutPanel.Controls.Add(_btnAddNew, 1, 0); 242_addTableLayoutPanel.Controls.Add(_newItemTypes, 0, 0); 243_addTableLayoutPanel.Margin = new(0, 3, 3, 3); 244_addTableLayoutPanel.Name = "addTableLayoutPanel"; 245_addTableLayoutPanel.AutoSize = true; 246_addTableLayoutPanel.RowStyles.Add(new()); 323_addTableLayoutPanel.ResumeLayout(false); 324_addTableLayoutPanel.PerformLayout();