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