3 references to LVSIL_NORMAL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
1195
SendMessage(NativeMethods.LVM_SETIMAGELIST, (IntPtr)NativeMethods.
LVSIL_NORMAL
, value == null ? IntPtr.Zero: value.Handle);
4028
SendMessage(NativeMethods.LVM_SETIMAGELIST, (IntPtr) NativeMethods.
LVSIL_NORMAL
, handle);
4652
SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.
LVSIL_NORMAL
, imageListLarge.Handle);