2 writes to image
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
523
this.
image
= value;
1316
image
= ErrorImage;
15 references to image
System.Windows.Forms (15)
winforms\Managed\System\WinForms\PictureBox.cs (15)
384
return
image
;
441
if (
image
!= null) {
446
result.Size =
image
.Size;
455
result.X += (result.Width -
image
.Width) / 2;
456
result.Y += (result.Height -
image
.Height) / 2;
457
result.Size =
image
.Size;
461
Size imageSize =
image
.Size;
1176
if (this.
image
!= null) {
1177
ImageAnimator.Animate(this.
image
, new EventHandler(this.OnFrameChanged));
1182
if (this.
image
!= null) {
1183
ImageAnimator.StopAnimate(this.
image
, new EventHandler(this.OnFrameChanged));
1218
if (
image
== null) {
1223
return
image
.Size + bordersAndPadding;
1320
if (
image
!= null) {
1330
pe.Graphics.DrawImage(
image
, drawingRect);