3 references to Checked
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (3)
154
state = ToolBarState.
Checked
;
589
if ((parent != null) && (state != ToolBarState.
Checked
) && (item.BackColor != parent.BackColor)) {
662
if ((state == ToolBarState.Hot) ||(state == ToolBarState.Pressed) || (state == ToolBarState.
Checked
)) {