1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
606
_imageList
= value;
14 references to _imageList
System.Windows.Forms (14)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (14)
418
if (_image is null &&
_imageList
is not null)
426
if (actualIndex >=
_imageList
.Images.Count)
428
actualIndex =
_imageList
.Images.Count - 1;
433
return
_imageList
.Images[actualIndex];
505
get => _imageIndex.Index != ImageList.Indexer.DefaultIndex &&
_imageList
is not null && _imageIndex.Index >=
_imageList
.Images.Count
506
?
_imageList
.Images.Count - 1
582
get =>
_imageList
;
585
if (value ==
_imageList
)
594
if (
_imageList
is not null)
596
_imageList
.RecreateHandle -= recreateHandler;
597
_imageList
.Disposed -= disposedHandler;
835
if (
_imageList
is not null)
837
_imageList
.Disposed -= DetachImageList;