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)
1442
get =>
_imageListSmall
;
1445
if (
_imageListSmall
== value)
2311
if (
_imageListSmall
is null)
2317
_imageListSmall
.RecreateHandle += SmallImageListRecreateHandle;
2318
_imageListSmall
.Disposed += DetachImageList;
2973
sender !=
_imageListSmall
&& sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup)
2978
if (sender ==
_imageListSmall
)
3032
if (
_imageListSmall
is null)
3037
_imageListSmall
.RecreateHandle -= SmallImageListRecreateHandle;
3038
_imageListSmall
.Disposed -= DetachImageList;
5012
if (
_imageListSmall
is not null)
5014
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_SMALL, (LPARAM)
_imageListSmall
.Handle);