4 writes to _image
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
453
_image
= value;
523
_image
= null;
566
_image
= null;
606
_image
= null; // Image.set calls ImageList = null
9 references to _image
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (9)
421
if (
_image
is null && _imageList is not null)
439
Debug.Assert(
_image
is null, "We expect to be returning null.");
442
return
_image
;
455
if (
_image
is not null)
812
if (
_image
is not null)
814
ImageAnimator.Animate(
_image
, OnFrameChanged);
820
if (
_image
is not null)
822
ImageAnimator.StopAnimate(
_image
, OnFrameChanged);
1315
private bool ShouldSerializeImage() =>
_image
is not null;