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