1 write to imageList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
502
imageList
= value;
14 references to imageList
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ButtonBase.cs (14)
329
if (image == null &&
imageList
!= null) {
337
if(actualIndex >=
imageList
.Images.Count) {
338
actualIndex =
imageList
.Images.Count - 1;
342
return
imageList
.Images[actualIndex];
411
if (imageIndex.Index != -1 &&
imageList
!= null && imageIndex.Index >=
imageList
.Images.Count) {
412
return
imageList
.Images.Count - 1;
482
return
imageList
;
485
if (
imageList
!= value) {
491
if (
imageList
!= null) {
492
imageList
.RecreateHandle -= recreateHandler;
493
imageList
.Disposed -= disposedHandler;
762
if (
imageList
!= null) {
763
imageList
.Disposed -= new EventHandler(this.DetachImageList);