4 references to LVM_SETBKCOLOR
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
386
SendMessage(NativeMethods.
LVM_SETBKCOLOR
, 0, ColorTranslator.ToWin32(BackColor));
4267
SendMessage(NativeMethods.
LVM_SETBKCOLOR
,0,color);
4552
SendMessage(NativeMethods.
LVM_SETBKCOLOR
, 0,color);
4644
SendMessage(NativeMethods.
LVM_SETBKCOLOR
, 0, ColorTranslator.ToWin32(c));