2 references to LVM_SETINSERTMARKCOLOR
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (2)
87
listView.SendMessage(NativeMethods.
LVM_SETINSERTMARKCOLOR
, 0, SafeNativeMethods.ColorToCOLORREF(color));
140
listView.SendMessage(NativeMethods.
LVM_SETINSERTMARKCOLOR
, 0, SafeNativeMethods.ColorToCOLORREF(color));