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