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