2 writes to _otherNode
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
506
_otherNode
= null;
527
_otherNode
= new OtherNode();
4 references to _otherNode
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
552
_otherNode
.Nodes.Add(_projectNode);
557
_otherNode
.Nodes.Add(_instancesNode);
560
if (
_otherNode
.Nodes.Count > 0)
562
_treeViewCtrl?.Nodes.Add(
_otherNode
);