3 writes to _nextNode
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (3)
129_nextNode = (int)dictionaryValue; 133_nextNode = 0; 143_nextNode = value;
2 references to _nextNode
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (2)
139return _nextNode; 147dictionaryService?.SetValue(s_nextNodeKey, _nextNode);