4 references to BM_SETCHECK
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
206
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(int)_checkState);
496
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(int)_checkState);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
163
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(BOOL)value);
347
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(BOOL)_isChecked);