3 references to LVSIL_SMALL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
1439
SendMessage(NativeMethods.LVM_SETIMAGELIST, (IntPtr)NativeMethods.
LVSIL_SMALL
, value == null ? IntPtr.Zero: value.Handle);
4655
SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.
LVSIL_SMALL
, imageListSmall.Handle);
5162
SendMessage(NativeMethods.LVM_SETIMAGELIST, (IntPtr) NativeMethods.
LVSIL_SMALL
, handle);