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