3 references to CustomExpandCollapseHandlerExists
System.Web (3)
UI\WebControls\TreeNode.cs (3)
1172if (_owner.RenderClientScript && !_owner.CustomExpandCollapseHandlerExists) { 1286else if (!_owner.CustomExpandCollapseHandlerExists && canExpand) { 1302if (_owner.RenderClientScript && (SelectAction == TreeNodeSelectAction.Expand) && !_owner.CustomExpandCollapseHandlerExists) {