1 write to listView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (1)
28this.listView = listView;
12 references to listView
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (12)
48if (listView.IsHandleCreated) { 64listView.SendMessage(NativeMethods.LVM_GETINSERTMARKRECT, 0, ref rect); 78color = SafeNativeMethods.ColorFromCOLORREF((int)listView.SendMessage(NativeMethods.LVM_GETINSERTMARKCOLOR, 0, 0)); 86if (listView.IsHandleCreated) { 87listView.SendMessage(NativeMethods.LVM_SETINSERTMARKCOLOR, 0, SafeNativeMethods.ColorToCOLORREF(color)); 107if (listView.IsHandleCreated) { 127UnsafeNativeMethods.SendMessage(new HandleRef(listView, listView.Handle), NativeMethods.LVM_INSERTMARKHITTEST, point, lvInsertMark); 133Debug.Assert(listView.IsHandleCreated, "ApplySavedState Precondition: List-view handle must be created"); 137UnsafeNativeMethods.SendMessage(new HandleRef(listView, listView.Handle), NativeMethods.LVM_SETINSERTMARK, 0, lvInsertMark); 140listView.SendMessage(NativeMethods.LVM_SETINSERTMARKCOLOR, 0, SafeNativeMethods.ColorToCOLORREF(color));