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)
41if (_listView.IsHandleCreated) 57PInvokeCore.SendMessage(_listView, PInvoke.LVM_GETINSERTMARKRECT, (WPARAM)0, ref bounds); 71_color = new COLORREF((uint)PInvokeCore.SendMessage(_listView, PInvoke.LVM_GETINSERTMARKCOLOR)); 81if (_listView.IsHandleCreated) 83PInvokeCore.SendMessage(_listView, PInvoke.LVM_SETINSERTMARKCOLOR, 0, _color.ToWin32()); 103if (_listView.IsHandleCreated) 121PInvokeCore.SendMessage(_listView, PInvoke.LVM_INSERTMARKHITTEST, (WPARAM)(&pt), ref lvInsertMark); 128Debug.Assert(_listView.IsHandleCreated, "ApplySavedState Precondition: List-view handle must be created"); 136PInvokeCore.SendMessage(_listView, PInvoke.LVM_SETINSERTMARK, 0, ref lvInsertMark); 140PInvokeCore.SendMessage(_listView, PInvoke.LVM_SETINSERTMARKCOLOR, 0, _color.ToWin32());