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)
76get => _checkState != CheckState.Unchecked; 95get => _checkState; 103if (value != _checkState) 105_prevCheckState = _checkState; 191accessibilityObject.OnCheckStateChanged(_prevCheckState, _checkState);