4 references to BM_SETCHECK
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CheckBox.cs (2)
268
SendMessage(NativeMethods.
BM_SETCHECK
, (int)checkState, 0);
610
SendMessage(NativeMethods.
BM_SETCHECK
, (int)checkState, 0);
winforms\Managed\System\WinForms\RadioButton.cs (2)
225
if (IsHandleCreated) SendMessage(NativeMethods.
BM_SETCHECK
, value? 1: 0, 0);
430
SendMessage(NativeMethods.
BM_SETCHECK
, isChecked? 1: 0, 0);