1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
188_okCancelTableLayoutPanel = new();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (13)
199_okCancelTableLayoutPanel.SuspendLayout(); 216_tableLayoutPanel.Controls.Add(_okCancelTableLayoutPanel, 0, 6); 256resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 257_tableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 3); 258_okCancelTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 50F)); 259_okCancelTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 50F)); 260_okCancelTableLayoutPanel.Controls.Add(_btnOK, 0, 0); 261_okCancelTableLayoutPanel.Controls.Add(_btnCancel, 1, 0); 262_okCancelTableLayoutPanel.Margin = new(3, 6, 0, 0); 263_okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 264_okCancelTableLayoutPanel.RowStyles.Add(new()); 321_okCancelTableLayoutPanel.ResumeLayout(false); 322_okCancelTableLayoutPanel.PerformLayout();