2 writes to imageListSmall
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
1431imageListSmall = value; 2951imageListSmall = null;
10 references to imageListSmall
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ListView.cs (10)
1419return imageListSmall; 1422if (imageListSmall != value) { 1427if (imageListSmall != null) { 1428imageListSmall.RecreateHandle -= recreateHandler; 1429imageListSmall.Disposed -= disposedHandler; 2924if (sender == imageListSmall) 2949if (imageListSmall != null) { 2950imageListSmall.Disposed -= new EventHandler(this.DetachImageList); 4654if (null != imageListSmall) 4655SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_SMALL, imageListSmall.Handle);