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