1 write to _checkState
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (1)
106
_checkState
= value;
5 references to _checkState
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (5)
76
get =>
_checkState
!= CheckState.Unchecked;
95
get =>
_checkState
;
103
if (value !=
_checkState
)
105
_prevCheckState =
_checkState
;
191
accessibilityObject.OnCheckStateChanged(_prevCheckState,
_checkState
);