1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
479
_okCancelTableLayoutPanel
= new TableLayoutPanel();
14 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (14)
463
[MemberNotNull(nameof(
_okCancelTableLayoutPanel
))]
484
_okCancelTableLayoutPanel
.SuspendLayout();
542
_overarchingTableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 0, 4);
583
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
584
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
585
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
586
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
587
_okCancelTableLayoutPanel
.Controls.Add(_cancelButton, 1, 0);
588
_okCancelTableLayoutPanel
.Controls.Add(_okButton, 0, 0);
589
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
590
_overarchingTableLayoutPanel.SetColumnSpan(
_okCancelTableLayoutPanel
, 3);
591
_okCancelTableLayoutPanel
.RowStyles.Add(new RowStyle());
632
_okCancelTableLayoutPanel
.ResumeLayout(false);
633
_okCancelTableLayoutPanel
.PerformLayout();