1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
136
_okCancelTableLayoutPanel
= new TableLayoutPanel();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\MaskDesignerDialog.cs (13)
117
[MemberNotNull(nameof(
_okCancelTableLayoutPanel
))]
140
_okCancelTableLayoutPanel
.SuspendLayout();
250
_overarchingTableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 0, 4);
262
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
263
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
264
_okCancelTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
265
_okCancelTableLayoutPanel
.Controls.Add(_btnCancel, 1, 0);
266
_okCancelTableLayoutPanel
.Controls.Add(_btnOK, 0, 0);
267
_okCancelTableLayoutPanel
.Margin = new Padding(0, 6, 0, 0);
268
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
269
_okCancelTableLayoutPanel
.RowStyles.Add(new RowStyle());
294
_okCancelTableLayoutPanel
.ResumeLayout(false);
295
_okCancelTableLayoutPanel
.PerformLayout();