4 references to BM_SETCHECK
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
208
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(int)_checkState);
498
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(int)_checkState);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
165
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(BOOL)value);
349
PInvokeCore.SendMessage(this, PInvoke.
BM_SETCHECK
, (WPARAM)(BOOL)_isChecked);