2 writes to color
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (2)
78color = SafeNativeMethods.ColorFromCOLORREF((int)listView.SendMessage(NativeMethods.LVM_GETINSERTMARKCOLOR, 0, 0)); 85color = value;
6 references to color
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (6)
77if (color.IsEmpty) { 80return color; 84if (color != value) { 87listView.SendMessage(NativeMethods.LVM_SETINSERTMARKCOLOR, 0, SafeNativeMethods.ColorToCOLORREF(color)); 139if (!color.IsEmpty) { 140listView.SendMessage(NativeMethods.LVM_SETINSERTMARKCOLOR, 0, SafeNativeMethods.ColorToCOLORREF(color));