17 references to PictureBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
80
this._glyphPictureBox = new System.Windows.Forms.
PictureBox
();
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
161
this.pictureBox = new System.Windows.Forms.
PictureBox
();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
81
private PictureBox pictureBox = new
PictureBox
();
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (4)
189
this.pictureBoxPublisher = new System.Windows.Forms.
PictureBox
();
190
this.pictureBoxMachineAccess = new System.Windows.Forms.
PictureBox
();
191
this.pictureBoxInstallation = new System.Windows.Forms.
PictureBox
();
192
this.pictureBoxLocation = new System.Windows.Forms.
PictureBox
();
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
157
this.pictureBoxWarning = new System.Windows.Forms.
PictureBox
();
161
this.pictureBoxQuestion = new System.Windows.Forms.
PictureBox
();
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
50
this.headerPictureBox = new System.Windows.Forms.
PictureBox
();
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
37
this.headerPictureBox = new System.Windows.Forms.
PictureBox
();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
65
this.pictureBoxHeader = new System.Windows.Forms.
PictureBox
();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
287
this.landscapePicture = new System.Windows.Forms.
PictureBox
();
289
this.portraitPicture = new System.Windows.Forms.
PictureBox
();
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
36
this.contractIconPictureBox = new System.Windows.Forms.
PictureBox
();
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (2)
36
this.isImplementedPictureBox = new System.Windows.Forms.
PictureBox
();
37
this.operationIconPictureBox = new System.Windows.Forms.
PictureBox
();