1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
126
_okCancelTableLayoutPanel
= new TableLayoutPanel();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (13)
110
[MemberNotNull(nameof(
_okCancelTableLayoutPanel
))]
133
_okCancelTableLayoutPanel
.SuspendLayout();
212
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
213
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
214
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
215
_okCancelTableLayoutPanel
.Controls.Add(_okButton, 0, 0);
216
_okCancelTableLayoutPanel
.Controls.Add(_cancelButton, 1, 0);
217
_okCancelTableLayoutPanel
.Margin = new Padding(0, 3, 0, 0);
218
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
219
_okCancelTableLayoutPanel
.RowStyles.Add(new RowStyle());
230
_overarchingTableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 0, 2);
257
_okCancelTableLayoutPanel
.ResumeLayout(false);
258
_okCancelTableLayoutPanel
.PerformLayout();