3 writes to CheckedStateInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeNode.cs (2)
332
CheckedStateInternal
= value;
1420
CheckedStateInternal
= serializationInfo.GetBoolean(entry.Name);
winforms\Managed\System\WinForms\TreeView.cs (1)
3197
node.
CheckedStateInternal
= ((item1.state >> 12) > 1);
1 reference to CheckedStateInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeNode.cs (1)
329
return
CheckedStateInternal
;