4 writes to image
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonBase.cs (4)
352image = value; 423image = null; 457image = null; 499image = null; // Image.set calls ImageList = null
9 references to image
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ButtonBase.cs (9)
329if (image == null && imageList != null) { 344Debug.Assert(image == null, "We expect to be returning null."); 346return image; 353if (image != null) { 732if (this.image != null) { 733ImageAnimator.Animate(this.image, new EventHandler(this.OnFrameChanged)); 738if (this.image != null) { 739ImageAnimator.StopAnimate(this.image, new EventHandler(this.OnFrameChanged)); 1186return image != null;