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)
179AutoCheck = expected 234AutoCheck = true, 256AutoCheck = 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)
29Assert.True(control.AutoCheck); 182Assert.Equal(expected, box.AutoCheck);