2 writes to _imageListSmall
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
1447_imageListSmall = value; 3051_imageListSmall = null;
12 references to _imageListSmall
System.Windows.Forms (12)
System\Windows\Forms\Controls\ListView\ListView.cs (12)
1438get => _imageListSmall; 1441if (_imageListSmall == value) 2299if (_imageListSmall is null) 2305_imageListSmall.RecreateHandle += SmallImageListRecreateHandle; 2306_imageListSmall.Disposed += DetachImageList; 2961sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2966if (sender == _imageListSmall) 3020if (_imageListSmall is null) 3025_imageListSmall.RecreateHandle -= SmallImageListRecreateHandle; 3026_imageListSmall.Disposed -= DetachImageList; 4957if (_imageListSmall is not null) 4959PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_SMALL, (LPARAM)_imageListSmall.Handle);