1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
482
_okCancelTableLayoutPanel
= new TableLayoutPanel();
14 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (14)
466
[MemberNotNull(nameof(
_okCancelTableLayoutPanel
))]
487
_okCancelTableLayoutPanel
.SuspendLayout();
545
_overarchingTableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 0, 4);
586
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
587
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
588
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
589
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
590
_okCancelTableLayoutPanel
.Controls.Add(_cancelButton, 1, 0);
591
_okCancelTableLayoutPanel
.Controls.Add(_okButton, 0, 0);
592
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
593
_overarchingTableLayoutPanel.SetColumnSpan(
_okCancelTableLayoutPanel
, 3);
594
_okCancelTableLayoutPanel
.RowStyles.Add(new RowStyle());
635
_okCancelTableLayoutPanel
.ResumeLayout(false);
636
_okCancelTableLayoutPanel
.PerformLayout();