4 writes to _internalStateImageList
System.Windows.Forms (4)
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
1542
_internalStateImageList
= null;
1783
_internalStateImageList
= new ImageList();
1991
_internalStateImageList
= newImageList;
2031
_internalStateImageList
= null;
16 references to _internalStateImageList
System.Windows.Forms (16)
System\Windows\Forms\Controls\TreeView\TreeView.cs (16)
629
if (StateImageList is not null && StateImageList.Images.Count > 0 &&
_internalStateImageList
is not null)
631
SetStateImageList(
_internalStateImageList
.Handle);
1745
if (
_internalStateImageList
is not null)
1747
handle =
_internalStateImageList
.Handle;
1776
if (
_internalStateImageList
is not null)
1778
_internalStateImageList
.Images.Clear();
1779
_internalStateImageList
.Images.AddRange(images);
1784
_internalStateImageList
.Images.AddRange(images);
1787
Debug.Assert(
_internalStateImageList
is not null, "Why are changing images when the Imagelist is null?");
1788
if (
_internalStateImageList
is not null)
1792
_internalStateImageList
.ImageSize = (Size)StateImageSize;
1795
SetStateImageList(
_internalStateImageList
.Handle);
1990
_internalStateImageList
?.Dispose();
2030
_internalStateImageList
?.Dispose();
2617
if (
_internalStateImageList
is not null)
2619
SetStateImageList(
_internalStateImageList
.Handle);