3 references to TreeNodeCollection
System.Web (3)
UI\WebControls\TreeNodeCollection.cs (2)
21
public TreeNodeCollection() :
this
(null, true) {
25
public TreeNodeCollection(TreeNode owner) :
this
(owner, true) {
UI\WebControls\TreeView.cs (1)
266
_checkedNodes = new
TreeNodeCollection
(null, false);