1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
158
_okCancelTableLayoutPanel
= new TableLayoutPanel();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\StyleEditorForm.cs (13)
184
_okCancelTableLayoutPanel
.SuspendLayout();
233
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
234
_overarchingTableLayoutPanel.SetColumnSpan(
_okCancelTableLayoutPanel
, 2);
235
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
236
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
237
_okCancelTableLayoutPanel
.Controls.Add(_okButton, 0, 0);
238
_okCancelTableLayoutPanel
.Controls.Add(_cancelButton, 1, 0);
239
_okCancelTableLayoutPanel
.Margin = new Padding(0, 6, 0, 0);
240
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
241
_okCancelTableLayoutPanel
.RowStyles.Add(new RowStyle());
265
_overarchingTableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 0, 4);
451
_okCancelTableLayoutPanel
.ResumeLayout(false);
452
_okCancelTableLayoutPanel
.PerformLayout();