2 writes to _color
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListViewInsertionMark.cs (2)
71
_color
= new COLORREF((uint)PInvokeCore.SendMessage(_listView, PInvoke.LVM_GETINSERTMARKCOLOR));
80
_color
= value;
6 references to _color
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListViewInsertionMark.cs (6)
69
if (
_color
.IsEmpty)
74
return
_color
;
78
if (
_color
!= value)
83
PInvokeCore.SendMessage(_listView, PInvoke.LVM_SETINSERTMARKCOLOR, 0,
_color
.ToWin32());
138
if (!
_color
.IsEmpty)
140
PInvokeCore.SendMessage(_listView, PInvoke.LVM_SETINSERTMARKCOLOR, 0,
_color
.ToWin32());