7 writes to Image
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
129_iconPictureBox.Image = DocumentProperties.Current.Image;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
58_pictureBox.Image = SystemIcons.Warning.ToBitmap();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
261_pictureBox.Image = icon.ToBitmap();
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
170Image = addNewBitmap, 295Image = addNewBitmap,
System\Windows\Forms\Design\StyleEditorForm.cs (2)
351_infoPictureBox1.Image = ScaleHelper.ScaleToDpi(_infoPictureBox1.Image as Bitmap, ScaleHelper.InitialSystemDpi); 352_infoPictureBox2.Image = ScaleHelper.ScaleToDpi(_infoPictureBox2.Image as Bitmap, ScaleHelper.InitialSystemDpi);
8 references to Image
System.Windows.Forms (5)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (5)
17[DefaultProperty(nameof(Image))] 18[DefaultBindingProperty(nameof(Image))] 532if ((Image is null || (_imageInstallationType == ImageInstallationType.ErrorOrInitial)) && InitialImage is not null) 811(_imageInstallationType == ImageInstallationType.DirectlySpecified) && (Image is not null); 1124ImageAnimator.UpdateFrames(Image);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
27public void ChooseImage() => EditorServiceContext.EditValue(_designer, Component!, nameof(PictureBox.Image));
System\Windows\Forms\Design\StyleEditorForm.cs (2)
351_infoPictureBox1.Image = ScaleHelper.ScaleToDpi(_infoPictureBox1.Image as Bitmap, ScaleHelper.InitialSystemDpi); 352_infoPictureBox2.Image = ScaleHelper.ScaleToDpi(_infoPictureBox2.Image as Bitmap, ScaleHelper.InitialSystemDpi);