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);
234
resources.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();