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