1 write to _okCancelPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
210
_okCancelPanel
= new TableLayoutPanel();
12 references to _okCancelPanel
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (12)
225
_okCancelPanel
.SuspendLayout();
232
resources.ApplyResources(
_okCancelPanel
, "okCancelPanel");
233
_okCancelPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
234
_okCancelPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
235
_okCancelPanel
.Controls.Add(_okButton, 0, 0);
236
_okCancelPanel
.Controls.Add(_btnCancel, 1, 0);
237
_okCancelPanel
.Name = "okCancelPanel";
238
_okCancelPanel
.RowStyles.Add(new RowStyle());
343
_okCancelPanel
.ResumeLayout(false);
344
_okCancelPanel
.PerformLayout();
363
_okCancelPanel
.Margin = new Padding(PIXEL_3, PIXEL_3, 0, 0);
386
_overarchingTableLayoutPanel.Controls.Add(
_okCancelPanel
, 2, 3);