1 write to _nodeControlPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
213
_nodeControlPanel
= new TableLayoutPanel();
12 references to _nodeControlPanel
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (12)
226
_nodeControlPanel
.SuspendLayout();
251
resources.ApplyResources(
_nodeControlPanel
, "nodeControlPanel");
252
_nodeControlPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
253
_nodeControlPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
254
_nodeControlPanel
.Controls.Add(_btnAddRoot, 0, 0);
255
_nodeControlPanel
.Controls.Add(_btnAddChild, 1, 0);
256
_nodeControlPanel
.Name = "nodeControlPanel";
257
_nodeControlPanel
.RowStyles.Add(new RowStyle());
345
_nodeControlPanel
.ResumeLayout(false);
346
_nodeControlPanel
.PerformLayout();
366
_nodeControlPanel
.Margin = new Padding(0, PIXEL_3, PIXEL_3, PIXEL_3);
382
_overarchingTableLayoutPanel.Controls.Add(
_nodeControlPanel
, 0, 2);