3 writes to item_state
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeNode.cs (3)
1688
tvis.
item_state
= 0;
1693
tvis.
item_state
|= CheckedInternal ? CHECKED : UNCHECKED;
1698
tvis.
item_state
= ((StateImageIndexer.ActualIndex + 1) << SHIFTVAL);