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