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