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