4 writes to _image
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
411
_image
= value;
481
_image
= null;
524
_image
= null;
564
_image
= null; // Image.set calls ImageList = null
9 references to _image
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (9)
379
if (
_image
is null && _imageList is not null)
397
Debug.Assert(
_image
is null, "We expect to be returning null.");
400
return
_image
;
413
if (
_image
is not null)
770
if (
_image
is not null)
772
ImageAnimator.Animate(
_image
, OnFrameChanged);
778
if (
_image
is not null)
780
ImageAnimator.StopAnimate(
_image
, OnFrameChanged);
1337
private bool ShouldSerializeImage() =>
_image
is not null;