1 write to contractIconPictureBox
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
36this.contractIconPictureBox = new System.Windows.Forms.PictureBox();
10 references to contractIconPictureBox
System.WorkflowServices (10)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (2)
39this.contractIconPictureBox.Image = ImageResources.Contract; 43this.contractIconPictureBox.Image = ImageResources.ImportedContract;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (8)
38((System.ComponentModel.ISupportInitialize)(this.contractIconPictureBox)).BeginInit(); 52this.contractIconPictureBox.BackColor = System.Drawing.Color.Transparent; 53this.contractIconPictureBox.Image = global::System.ServiceModel.ImageResources.Contract; 54resources.ApplyResources(this.contractIconPictureBox, "contractIconPictureBox"); 55this.contractIconPictureBox.Name = "contractIconPictureBox"; 56this.contractIconPictureBox.TabStop = false; 63this.backgroundPanel.Controls.Add(this.contractIconPictureBox); 78((System.ComponentModel.ISupportInitialize)(this.contractIconPictureBox)).EndInit();