1 write to _listView
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewInsertionMark.cs (1)
21
_listView
= listView;
10 references to _listView
System.Windows.Forms (10)
System\Windows\Forms\Controls\ListView\ListViewInsertionMark.cs (10)
41
if (
_listView
.IsHandleCreated)
57
PInvokeCore.SendMessage(
_listView
, PInvoke.LVM_GETINSERTMARKRECT, (WPARAM)0, ref bounds);
71
_color = new COLORREF((uint)PInvokeCore.SendMessage(
_listView
, PInvoke.LVM_GETINSERTMARKCOLOR));
81
if (
_listView
.IsHandleCreated)
83
PInvokeCore.SendMessage(
_listView
, PInvoke.LVM_SETINSERTMARKCOLOR, 0, _color.ToWin32());
103
if (
_listView
.IsHandleCreated)
121
PInvokeCore.SendMessage(
_listView
, PInvoke.LVM_INSERTMARKHITTEST, (WPARAM)(&pt), ref lvInsertMark);
128
Debug.Assert(
_listView
.IsHandleCreated, "ApplySavedState Precondition: List-view handle must be created");
136
PInvokeCore.SendMessage(
_listView
, PInvoke.LVM_SETINSERTMARK, 0, ref lvInsertMark);
140
PInvokeCore.SendMessage(
_listView
, PInvoke.LVM_SETINSERTMARKCOLOR, 0, _color.ToWin32());