2 writes to ShowCheckBox
System.Web (2)
UI\WebControls\TreeNode.cs (1)
1810newNode.ShowCheckBox = ShowCheckBox;
UI\WebControls\TreeView.cs (1)
1686newNode.ShowCheckBox = showCheckBox;
3 references to ShowCheckBox
System.Web (3)
UI\WebControls\TreeNode.cs (3)
800if (ShowCheckBox == true) { 803if (ShowCheckBox == false) { 1810newNode.ShowCheckBox = ShowCheckBox;