4 writes to AutoCheck
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
48AutoCheck = true;
System.Windows.Forms.Tests (3)
System\Windows\Forms\CheckBoxTests.cs (3)
177AutoCheck = expected 232AutoCheck = true, 254AutoCheck = false,
3 references to AutoCheck
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
435if (AutoCheck)
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckBoxTests.cs (2)
27Assert.True(control.AutoCheck); 180Assert.Equal(expected, box.AutoCheck);