12 writes to Image
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
57_glyphPictureBox.Image = value;
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
97pictureBox.Image = SystemIcons.Warning.ToBitmap();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
285pictureBox.Image = SystemIcons.Information.ToBitmap(); 288pictureBox.Image = SystemIcons.Error.ToBitmap();
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
399pictureBox.Image = bitmap;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
420this.pictureBoxQuestion.Image = bitmap; 690this.pictureBoxWarning.Image = bitmap;
System.WorkflowServices (5)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (2)
39this.contractIconPictureBox.Image = ImageResources.Contract; 43this.contractIconPictureBox.Image = ImageResources.ImportedContract;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
53this.contractIconPictureBox.Image = global::System.ServiceModel.ImageResources.Contract;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (2)
62this.isImplementedPictureBox.Image = global::System.ServiceModel.ImageResources.Check; 70this.operationIconPictureBox.Image = global::System.ServiceModel.ImageResources.Operation;
3 references to Image
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PictureBox.cs (3)
650if ((Image == null || 947&& (Image != null); 1322ImageAnimator.UpdateFrames(this.Image);