17 instantiations of 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();
30 references to PictureBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
32private System.Windows.Forms.PictureBox _glyphPictureBox;
System.Windows.Forms (21)
winforms\Managed\System\WinForms\PictureBox.cs (3)
300new Bitmap(typeof(PictureBox), 373/// <para>Retrieves the Image that the <see cref='System.Windows.Forms.PictureBox'/> is currently displaying.</para> 501new Bitmap(typeof(PictureBox),
winforms\Managed\System\WinForms\PictureBoxSizeMode.cs (9)
22/// Specifies how an image is positioned within a <see cref='System.Windows.Forms.PictureBox'/>. 31/// <see cref='System.Windows.Forms.PictureBox'/>. The image is clipped if 32/// the <see cref='System.Windows.Forms.PictureBox'/> 41/// The image within the <see cref='System.Windows.Forms.PictureBox'/> is stretched or shrunk to fit the 42/// current size of the <see cref='System.Windows.Forms.PictureBox'/>. 49/// The <see cref='System.Windows.Forms.PictureBox'/> is sized to fit the 56/// The image is displayed in the center if the <see cref='System.Windows.Forms.PictureBox'/> is larger than the image. If the image 57/// is larger than the <see cref='System.Windows.Forms.PictureBox'/>, the center of the picture is placed in the 58/// center of the <see cref='System.Windows.Forms.PictureBox'/> and the outside edges are clipped.
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
39private PictureBox pictureBox;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
81private PictureBox pictureBox = new PictureBox();
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (5)
30private System.Windows.Forms.PictureBox pictureBoxPublisher; 31private System.Windows.Forms.PictureBox pictureBoxMachineAccess; 32private System.Windows.Forms.PictureBox pictureBoxLocation; 33private System.Windows.Forms.PictureBox pictureBoxInstallation; 356private static void LoadWarningBitmap(TrustManagerWarningLevel warningLevel, System.Windows.Forms.PictureBox pictureBox)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
55private System.Windows.Forms.PictureBox pictureBoxQuestion; 56private System.Windows.Forms.PictureBox pictureBoxWarning;
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
251private System.Windows.Forms.PictureBox headerPictureBox;
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
129private System.Windows.Forms.PictureBox headerPictureBox;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
394private System.Windows.Forms.PictureBox pictureBoxHeader;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
20private System.Windows.Forms.PictureBox landscapePicture; 21private System.Windows.Forms.PictureBox portraitPicture;
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
87private System.Windows.Forms.PictureBox contractIconPictureBox;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (2)
102private System.Windows.Forms.PictureBox operationIconPictureBox; 103private System.Windows.Forms.PictureBox isImplementedPictureBox;