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)
1438
get =>
_imageListSmall
;
1441
if (
_imageListSmall
== value)
2299
if (
_imageListSmall
is null)
2305
_imageListSmall
.RecreateHandle += SmallImageListRecreateHandle;
2306
_imageListSmall
.Disposed += DetachImageList;
2961
sender !=
_imageListSmall
&& sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup)
2966
if (sender ==
_imageListSmall
)
3020
if (
_imageListSmall
is null)
3025
_imageListSmall
.RecreateHandle -= SmallImageListRecreateHandle;
3026
_imageListSmall
.Disposed -= DetachImageList;
4957
if (
_imageListSmall
is not null)
4959
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_SMALL, (LPARAM)
_imageListSmall
.Handle);