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