3 references to LVM_SETTEXTCOLOR
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
855
SendMessage(NativeMethods.
LVM_SETTEXTCOLOR
, 0, ColorTranslator.ToWin32(ForeColor));
4268
SendMessage(NativeMethods.
LVM_SETTEXTCOLOR
,0,ColorTranslator.ToWin32(base.ForeColor));
4648
SendMessage(NativeMethods.
LVM_SETTEXTCOLOR
, 0, ColorTranslator.ToWin32(c));