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)
97
pictureBox.
Image
= SystemIcons.Warning.ToBitmap();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
285
pictureBox.
Image
= SystemIcons.Information.ToBitmap();
288
pictureBox.
Image
= SystemIcons.Error.ToBitmap();
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
399
pictureBox.
Image
= bitmap;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
420
this.pictureBoxQuestion.
Image
= bitmap;
690
this.pictureBoxWarning.
Image
= bitmap;
System.WorkflowServices (5)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (2)
39
this.contractIconPictureBox.
Image
= ImageResources.Contract;
43
this.contractIconPictureBox.
Image
= ImageResources.ImportedContract;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
53
this.contractIconPictureBox.
Image
= global::System.ServiceModel.ImageResources.Contract;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (2)
62
this.isImplementedPictureBox.
Image
= global::System.ServiceModel.ImageResources.Check;
70
this.operationIconPictureBox.
Image
= global::System.ServiceModel.ImageResources.Operation;
3 references to Image
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PictureBox.cs (3)
650
if ((
Image
== null ||
947
&& (
Image
!= null);
1322
ImageAnimator.UpdateFrames(this.
Image
);