5 writes to CheckState
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckBox.cs (5)
233
CheckState
= value ? CheckState.Checked : CheckState.Unchecked;
570
CheckState
= CheckState.Checked;
574
CheckState
= CheckState.Indeterminate;
585
CheckState
= CheckState.Unchecked;
589
CheckState
= CheckState.Unchecked;
22 references to CheckState
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (6)
65
if (Control.
CheckState
== CheckState.Indeterminate) {
118
if (Control.
CheckState
== CheckState.Indeterminate) {
122
DrawCheckBackground(Control.Enabled, Control.
CheckState
, e.Graphics, bounds, checkColor, checkBackground, disabledColors, colors);
127
DrawCheckOnly(flatCheckSize, Control.Checked, Control.Enabled, Control.
CheckState
, e.Graphics, layout, colors, checkColor, checkBackground);
197
if (Control.
CheckState
== CheckState.Unchecked) {
220
if (Control.
CheckState
== CheckState.Indeterminate) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (3)
22
ButtonAdapter.PaintDown(e, Control.
CheckState
);
37
ButtonAdapter.PaintOver(e, Control.
CheckState
);
52
ButtonAdapter.PaintUp(e, Control.
CheckState
);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (3)
26
adapter.PaintUp(e, Control.
CheckState
);
52
adapter.PaintOver(e, Control.
CheckState
);
80
adapter.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
'/>
568
switch (
CheckState
) {
707
int checkState = (int)
CheckState
;
765
switch (((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
'/>