1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
192_okCancelTableLayoutPanel = new();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (13)
203_okCancelTableLayoutPanel.SuspendLayout(); 220_tableLayoutPanel.Controls.Add(_okCancelTableLayoutPanel, 0, 6); 260resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 261_tableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 3); 262_okCancelTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 50F)); 263_okCancelTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 50F)); 264_okCancelTableLayoutPanel.Controls.Add(_btnOK, 0, 0); 265_okCancelTableLayoutPanel.Controls.Add(_btnCancel, 1, 0); 266_okCancelTableLayoutPanel.Margin = new(3, 6, 0, 0); 267_okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 268_okCancelTableLayoutPanel.RowStyles.Add(new()); 325_okCancelTableLayoutPanel.ResumeLayout(false); 326_okCancelTableLayoutPanel.PerformLayout();