1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
558
_imageList
= value;
14 references to _imageList
System.Windows.Forms (14)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (14)
376
if (_image is null &&
_imageList
is not null)
384
if (actualIndex >=
_imageList
.Images.Count)
386
actualIndex =
_imageList
.Images.Count - 1;
391
return
_imageList
.Images[actualIndex];
457
get => _imageIndex.Index != ImageList.Indexer.DefaultIndex &&
_imageList
is not null && _imageIndex.Index >=
_imageList
.Images.Count
458
?
_imageList
.Images.Count - 1
534
get =>
_imageList
;
537
if (value ==
_imageList
)
546
if (
_imageList
is not null)
548
_imageList
.RecreateHandle -= recreateHandler;
549
_imageList
.Disposed -= disposedHandler;
780
if (
_imageList
is not null)
782
_imageList
.Disposed -= DetachImageList;