3 references to PBM_SETBARCOLOR
System.Windows.Forms (3)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (3)
361
PInvokeCore.SendMessage(this, PInvoke.
PBM_SETBARCOLOR
, 0, ForeColor.ToWin32());
612
PInvokeCore.SendMessage(this, PInvoke.
PBM_SETBARCOLOR
, (WPARAM)0, (LPARAM)ForeColor);
706
PInvokeCore.SendMessage(this, PInvoke.
PBM_SETBARCOLOR
, 0, ForeColor.ToWin32());