5 writes to CheckState
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckBox.cs (5)
233CheckState = value ? CheckState.Checked : CheckState.Unchecked; 570CheckState = CheckState.Checked; 574CheckState = CheckState.Indeterminate; 585CheckState = CheckState.Unchecked; 589CheckState = CheckState.Unchecked;
22 references to CheckState
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (6)
65if (Control.CheckState == CheckState.Indeterminate) { 118if (Control.CheckState == CheckState.Indeterminate) { 122DrawCheckBackground(Control.Enabled, Control.CheckState, e.Graphics, bounds, checkColor, checkBackground, disabledColors, colors); 127DrawCheckOnly(flatCheckSize, Control.Checked, Control.Enabled, Control.CheckState, e.Graphics, layout, colors, checkColor, checkBackground); 197if (Control.CheckState == CheckState.Unchecked) { 220if (Control.CheckState == CheckState.Indeterminate) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (3)
22ButtonAdapter.PaintDown(e, Control.CheckState); 37ButtonAdapter.PaintOver(e, Control.CheckState); 52ButtonAdapter.PaintUp(e, Control.CheckState);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (3)
26adapter.PaintUp(e, Control.CheckState); 52adapter.PaintOver(e, Control.CheckState); 80adapter.PaintDown(e, Control.CheckState);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (3)
24 ButtonAdapter.PaintUp(e, Control.CheckState); 62 ButtonAdapter.PaintDown(e, Control.CheckState); 71 ButtonAdapter.PaintOver(e, Control.CheckState);
winforms\Managed\System\WinForms\CheckBox.cs (5)
152/// <para>Gets or sets a value indicating whether the <see cref='System.Windows.Forms.CheckBox.Checked'/> or <see cref='System.Windows.Forms.CheckBox.CheckState'/> 484/// value of the <see cref='System.Windows.Forms.CheckBox.CheckState'/> 568switch (CheckState) { 707int checkState = (int)CheckState; 765switch (((CheckBox)Owner).CheckState) {
winforms\Managed\System\WinForms\ToolStripButton.cs (1)
163/// value of the <see cref='System.Windows.Forms.CheckBox.CheckState'/>
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
428/// value of the <see cref='System.Windows.Forms.CheckBox.CheckState'/>