3 references to PBM_SETBKCOLOR
System.Windows.Forms (3)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (3)
342
PInvokeCore.SendMessage(this, PInvoke.
PBM_SETBKCOLOR
, 0, BackColor.ToWin32());
601
PInvokeCore.SendMessage(this, PInvoke.
PBM_SETBKCOLOR
, (WPARAM)0, (LPARAM)BackColor);
697
PInvokeCore.SendMessage(this, PInvoke.
PBM_SETBKCOLOR
, 0, BackColor.ToWin32());