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)
1440
get =>
_imageListSmall
;
1443
if (
_imageListSmall
== value)
2309
if (
_imageListSmall
is null)
2315
_imageListSmall
.RecreateHandle += SmallImageListRecreateHandle;
2316
_imageListSmall
.Disposed += DetachImageList;
2971
sender !=
_imageListSmall
&& sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup)
2976
if (sender ==
_imageListSmall
)
3030
if (
_imageListSmall
is null)
3035
_imageListSmall
.RecreateHandle -= SmallImageListRecreateHandle;
3036
_imageListSmall
.Disposed -= DetachImageList;
5003
if (
_imageListSmall
is not null)
5005
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_SMALL, (LPARAM)
_imageListSmall
.Handle);