1 write to _btnAddChild
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
215
_btnAddChild
= new Button();
7 references to _btnAddChild
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (7)
187
_btnAddChild
.Click += BtnAddChild_click;
255
_nodeControlPanel.Controls.Add(
_btnAddChild
, 1, 0);
264
resources.ApplyResources(
_btnAddChild
, "btnAddChild");
265
_btnAddChild
.Name = "btnAddChild";
368
_btnAddChild
.Margin = new Padding(PIXEL_3, 0, 0, 0);
427
_btnAddChild
.Enabled = false;
693
_btnAddChild
.Enabled = nodesExist;