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