3 references to MAX_TREENODES_OPS
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1311if (_childCount > MAX_TREENODES_OPS)
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (2)
218if (tv is not null && nodes.Length > TreeNode.MAX_TREENODES_OPS) 235if (tv is not null && nodes.Length > TreeNode.MAX_TREENODES_OPS)