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