2 writes to _image
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
422
_image
= value;
1122
_image
= ErrorImage;
15 references to _image
System.Windows.Forms (15)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (15)
303
get =>
_image
;
344
if (
_image
is not null)
351
result.Size =
_image
.Size;
360
result.X += (result.Width -
_image
.Width) / 2;
361
result.Y += (result.Height -
_image
.Height) / 2;
362
result.Size =
_image
.Size;
366
Size imageSize =
_image
.Size;
981
if (
_image
is not null)
983
ImageAnimator.Animate(
_image
, OnFrameChanged);
989
if (
_image
is not null)
991
ImageAnimator.StopAnimate(
_image
, OnFrameChanged);
1033
if (
_image
is null)
1040
return
_image
.Size + bordersAndPadding;
1126
if (
_image
is not null && pe is not null)
1136
pe.Graphics.DrawImage(
_image
, drawingRect);