2 writes to _imageListSmall
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
1449_imageListSmall = value; 3061_imageListSmall = null;
12 references to _imageListSmall
System.Windows.Forms (12)
System\Windows\Forms\Controls\ListView\ListView.cs (12)
1440get => _imageListSmall; 1443if (_imageListSmall == value) 2309if (_imageListSmall is null) 2315_imageListSmall.RecreateHandle += SmallImageListRecreateHandle; 2316_imageListSmall.Disposed += DetachImageList; 2971sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2976if (sender == _imageListSmall) 3030if (_imageListSmall is null) 3035_imageListSmall.RecreateHandle -= SmallImageListRecreateHandle; 3036_imageListSmall.Disposed -= DetachImageList; 5003if (_imageListSmall is not null) 5005PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_SMALL, (LPARAM)_imageListSmall.Handle);