3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1555
_imageListState
= value;
1581
_imageListState
= value;
3051
_imageListState
= null;
20 references to _imageListState
System.Windows.Forms (20)
System\Windows\Forms\Controls\ListView\ListView.cs (20)
554
if (IsHandleCreated &&
_imageListState
is not null)
559
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)
_imageListState
.Handle);
1544
get =>
_imageListState
;
1547
if (
_imageListState
== value)
1570
if (IsHandleCreated &&
_imageListState
is not null && CheckBoxes)
1600
(
_imageListState
is null ||
_imageListState
.Images.Count == 0) ? 0 :
_imageListState
.Handle);
2307
if (
_imageListState
is null)
2313
_imageListState
.RecreateHandle += StateImageListRecreateHandle;
2314
_imageListState
.Disposed += DetachImageList;
2957
sender != _imageListSmall && sender !=
_imageListState
&& sender != _imageListLarge && sender != _imageListGroup)
2972
if (sender ==
_imageListState
)
3027
if (
_imageListState
is null)
3032
_imageListState
.RecreateHandle -= StateImageListRecreateHandle;
3033
_imageListState
.Disposed -= DetachImageList;
4958
if (
_imageListState
is not null)
4960
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)
_imageListState
.Handle);
5897
if (
_imageListState
is not null &&
_imageListState
.Images.Count < 2)