1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
609
_imageList
= value;
14 references to _imageList
System.Windows.Forms (14)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (14)
421
if (_image is null &&
_imageList
is not null)
429
if (actualIndex >=
_imageList
.Images.Count)
431
actualIndex =
_imageList
.Images.Count - 1;
436
return
_imageList
.Images[actualIndex];
508
get => _imageIndex.Index != ImageList.Indexer.DefaultIndex &&
_imageList
is not null && _imageIndex.Index >=
_imageList
.Images.Count
509
?
_imageList
.Images.Count - 1
585
get =>
_imageList
;
588
if (value ==
_imageList
)
597
if (
_imageList
is not null)
599
_imageList
.RecreateHandle -= recreateHandler;
600
_imageList
.Disposed -= disposedHandler;
838
if (
_imageList
is not null)
840
_imageList
.Disposed -= DetachImageList;