2 writes to _otherNode
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
507
_otherNode
= null;
528
_otherNode
= new OtherNode();
4 references to _otherNode
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
553
_otherNode
.Nodes.Add(_projectNode);
558
_otherNode
.Nodes.Add(_instancesNode);
561
if (
_otherNode
.Nodes.Count > 0)
563
_treeViewCtrl?.Nodes.Add(
_otherNode
);