1 write to _btnAddRoot
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
214
_btnAddRoot
= new Button();
5 references to _btnAddRoot
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (5)
188
_btnAddRoot
.Click += BtnAddRoot_click;
254
_nodeControlPanel.Controls.Add(
_btnAddRoot
, 0, 0);
260
resources.ApplyResources(
_btnAddRoot
, "btnAddRoot");
261
_btnAddRoot
.Name = "btnAddRoot";
367
_btnAddRoot
.Margin = new Padding(0, 0, PIXEL_3, 0);