5 references to BM_SETSTATE
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
1192PInvokeCore.SendMessage(this, PInvoke.BM_SETSTATE, (WPARAM)(BOOL)true); 1220PInvokeCore.SendMessage(this, PInvoke.BM_SETSTATE, (WPARAM)(BOOL)false); 1378case PInvoke.BM_SETSTATE:
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonBaseTests.cs (2)
9208Msg = (int)PInvoke.BM_SETSTATE, 9237Msg = (int)PInvoke.BM_SETSTATE,