3 references to s_nextNodeKey
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (3)
126
object dictionaryValue = dictionaryService.GetValue(
s_nextNodeKey
);
134
dictionaryService.SetValue(
s_nextNodeKey
, 0);
147
dictionaryService?.SetValue(
s_nextNodeKey
, _nextNode);