3 references to BM_SETSTATE
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
1188
PInvokeCore.SendMessage(this, PInvoke.
BM_SETSTATE
, (WPARAM)(BOOL)true);
1216
PInvokeCore.SendMessage(this, PInvoke.
BM_SETSTATE
, (WPARAM)(BOOL)false);
1374
case PInvoke.
BM_SETSTATE
: