1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
567
_imageList
= value;
13 references to _imageList
System.Windows.Forms (13)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (13)
379
if (_image is null &&
_imageList
is not null)
387
if (actualIndex >=
_imageList
.Images.Count)
389
actualIndex =
_imageList
.Images.Count - 1;
394
return
_imageList
.Images[actualIndex];
466
get => _imageIndex.Index != ImageList.Indexer.DefaultIndex &&
_imageList
is not null && _imageIndex.Index >=
_imageList
.Images.Count
467
?
_imageList
.Images.Count - 1
543
get =>
_imageList
;
546
if (value ==
_imageList
)
555
if (
_imageList
is not null)
557
_imageList
.RecreateHandle -= recreateHandler;
558
_imageList
.Disposed -= disposedHandler;
796
_imageList
?.Disposed -= DetachImageList;