4 writes to PopulateOnDemand
System.Web (4)
UI\WebControls\TreeNode.cs (1)
1806newNode.PopulateOnDemand = PopulateOnDemand;
UI\WebControls\TreeView.cs (3)
1717newNode.PopulateOnDemand = true; 2797node.PopulateOnDemand = false; 3279node.PopulateOnDemand = true;
11 references to PopulateOnDemand
System.Web (11)
UI\WebControls\TreeNode.cs (7)
242if (PopulateOnDemand) { 841else if ((ChildNodes.Count > 0) || PopulateOnDemand) { 960bool canExpand = (PopulateOnDemand || (ChildNodes.Count > 0)) && _owner.ShowExpandCollapse; 1175if (PopulateOnDemand) { 1280if (PopulateOnDemand) { 1304if (PopulateOnDemand) { 1806newNode.PopulateOnDemand = PopulateOnDemand;
UI\WebControls\TreeView.cs (4)
1409if (node.PopulateOnDemand && !IsBoundUsingDataSourceID && !DesignMode) { 1841bool parent = node.ChildNodes.Count != 0 || node.PopulateOnDemand; 2270bool parent = node.ChildNodes.Count != 0 || node.PopulateOnDemand; 2936if (node.PopulateOnDemand) {