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