1 write to autoCheck
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RadioButton.cs (1)
103autoCheck = value;
6 references to autoCheck
System.Windows.Forms (6)
winforms\Managed\System\WinForms\RadioButton.cs (6)
98return autoCheck; 102if (autoCheck != value) { 454if (autoCheck) { 495if (autoCheck) { 508if (button.autoCheck && button.Checked) { 535if (button.autoCheck) {