1 write to operationIconPictureBox
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
37
this.
operationIconPictureBox
= new System.Windows.Forms.PictureBox();
8 references to operationIconPictureBox
System.WorkflowServices (8)
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (8)
41
((System.ComponentModel.ISupportInitialize)(this.
operationIconPictureBox
)).BeginInit();
51
this.backgroundPanel.Controls.Add(this.
operationIconPictureBox
);
69
this.
operationIconPictureBox
.BackColor = System.Drawing.Color.Transparent;
70
this.
operationIconPictureBox
.Image = global::System.ServiceModel.ImageResources.Operation;
71
resources.ApplyResources(this.
operationIconPictureBox
, "operationIconPictureBox");
72
this.
operationIconPictureBox
.Name = "operationIconPictureBox";
73
this.
operationIconPictureBox
.TabStop = false;
92
((System.ComponentModel.ISupportInitialize)(this.
operationIconPictureBox
)).EndInit();