1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
268
_okCancelTableLayoutPanel
= new TableLayoutPanel();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (13)
247
[MemberNotNull(nameof(
_okCancelTableLayoutPanel
))]
282
_okCancelTableLayoutPanel
.SuspendLayout();
302
_overarchingTableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 2, 11);
364
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
365
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
366
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
367
_okCancelTableLayoutPanel
.Controls.Add(_addButton, 0, 0);
368
_okCancelTableLayoutPanel
.Controls.Add(_cancelButton, 1, 0);
369
_okCancelTableLayoutPanel
.Margin = new Padding(0, 6, 0, 0);
370
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
371
_okCancelTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
475
_okCancelTableLayoutPanel
.ResumeLayout(false);
476
_okCancelTableLayoutPanel
.PerformLayout();