3 writes to CheckState
System.Windows.Forms.Tests (3)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (3)
68
checkBox.
CheckState
= CheckState.Checked;
88
checkBox.
CheckState
= CheckState.Indeterminate;
108
checkBox.
CheckState
= CheckState.Unchecked;
3 references to CheckState
System.Windows.Forms.Tests (3)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (3)
75
checkBoxFlatAdapter.CallPaintDown(e, checkBox.
CheckState
));
95
checkBoxFlatAdapter.PaintOver(e, checkBox.
CheckState
));
115
checkBoxFlatAdapter.PaintUp(e, checkBox.
CheckState
));