4 writes to _internalStateImageList
System.Windows.Forms (4)
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
1544
_internalStateImageList
= null;
1785
_internalStateImageList
= new ImageList();
1994
_internalStateImageList
= newImageList;
2036
_internalStateImageList
= null;
17 references to _internalStateImageList
System.Windows.Forms (17)
System\Windows\Forms\Controls\TreeView\TreeView.cs (17)
631
if (StateImageList is not null && StateImageList.Images.Count > 0 &&
_internalStateImageList
is not null)
633
SetStateImageList(
_internalStateImageList
.Handle);
1747
if (
_internalStateImageList
is not null)
1749
handle =
_internalStateImageList
.Handle;
1778
if (
_internalStateImageList
is not null)
1780
_internalStateImageList
.Images.Clear();
1781
_internalStateImageList
.Images.AddRange(images);
1786
_internalStateImageList
.Images.AddRange(images);
1789
Debug.Assert(
_internalStateImageList
is not null, "Why are changing images when the Imagelist is null?");
1790
if (
_internalStateImageList
is not null)
1794
_internalStateImageList
.ImageSize = (Size)StateImageSize;
1797
SetStateImageList(
_internalStateImageList
.Handle);
1993
_internalStateImageList
?.Dispose();
2033
if (
_internalStateImageList
is not null)
2035
_internalStateImageList
.Dispose();
2630
if (
_internalStateImageList
is not null)
2632
SetStateImageList(
_internalStateImageList
.Handle);