2 writes to _otherNode
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
503
_otherNode
= null;
524
_otherNode
= new OtherNode();
4 references to _otherNode
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
549
_otherNode
.Nodes.Add(_projectNode);
554
_otherNode
.Nodes.Add(_instancesNode);
557
if (
_otherNode
.Nodes.Count > 0)
559
_treeViewCtrl?.Nodes.Add(
_otherNode
);