1 write to CheckState
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (1)
81
CheckState
= value ? CheckState.Checked : CheckState.Unchecked;
2 references to CheckState
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.ToolStripButtonAccessibleObject.cs (1)
80
=> CheckStateToToggleState(_ownerItem.
CheckState
);
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
348
if (item is not null && item.
CheckState
== CheckState.Unchecked)