2 writes to _imageListSmall
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
1451_imageListSmall = value; 3063_imageListSmall = null;
12 references to _imageListSmall
System.Windows.Forms (12)
System\Windows\Forms\Controls\ListView\ListView.cs (12)
1442get => _imageListSmall; 1445if (_imageListSmall == value) 2311if (_imageListSmall is null) 2317_imageListSmall.RecreateHandle += SmallImageListRecreateHandle; 2318_imageListSmall.Disposed += DetachImageList; 2973sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2978if (sender == _imageListSmall) 3032if (_imageListSmall is null) 3037_imageListSmall.RecreateHandle -= SmallImageListRecreateHandle; 3038_imageListSmall.Disposed -= DetachImageList; 5012if (_imageListSmall is not null) 5014PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_SMALL, (LPARAM)_imageListSmall.Handle);