6 writes to CheckedInternal
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TreeNode.cs (2)
380
CheckedInternal
= value;
385
CheckedInternal
= value;
winforms\Managed\System\WinForms\TreeView.cs (4)
2327
node.
CheckedInternal
= !node.CheckedInternal;
2641
node.
CheckedInternal
= node.CheckedInternal;
2648
node.
CheckedInternal
= false;
3271
node.
CheckedInternal
= !node.CheckedInternal;
5 references to CheckedInternal
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TreeNode.cs (2)
373
return
CheckedInternal
;
1693
tvis.item_state |=
CheckedInternal
? CHECKED : UNCHECKED;
winforms\Managed\System\WinForms\TreeView.cs (3)
2327
node.CheckedInternal = !node.
CheckedInternal
;
2641
node.CheckedInternal = node.
CheckedInternal
;
3271
node.CheckedInternal = !node.
CheckedInternal
;