2 writes to _image
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
423
_image
= value;
1123
_image
= ErrorImage;
15 references to _image
System.Windows.Forms (15)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (15)
304
get =>
_image
;
345
if (
_image
is not null)
352
result.Size =
_image
.Size;
361
result.X += (result.Width -
_image
.Width) / 2;
362
result.Y += (result.Height -
_image
.Height) / 2;
363
result.Size =
_image
.Size;
367
Size imageSize =
_image
.Size;
982
if (
_image
is not null)
984
ImageAnimator.Animate(
_image
, OnFrameChanged);
990
if (
_image
is not null)
992
ImageAnimator.StopAnimate(
_image
, OnFrameChanged);
1034
if (
_image
is null)
1041
return
_image
.Size + bordersAndPadding;
1127
if (
_image
is not null && pe is not null)
1137
pe.Graphics.DrawImage(
_image
, drawingRect);