1 write to isImplementedPictureBox
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
36
this.
isImplementedPictureBox
= new System.Windows.Forms.PictureBox();
10 references to isImplementedPictureBox
System.WorkflowServices (10)
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (2)
34
this.
isImplementedPictureBox
.Visible = true;
38
this.
isImplementedPictureBox
.Visible = false;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (8)
40
((System.ComponentModel.ISupportInitialize)(this.
isImplementedPictureBox
)).BeginInit();
50
this.backgroundPanel.Controls.Add(this.
isImplementedPictureBox
);
61
this.
isImplementedPictureBox
.BackColor = System.Drawing.Color.Transparent;
62
this.
isImplementedPictureBox
.Image = global::System.ServiceModel.ImageResources.Check;
63
resources.ApplyResources(this.
isImplementedPictureBox
, "isImplementedPictureBox");
64
this.
isImplementedPictureBox
.Name = "isImplementedPictureBox";
65
this.
isImplementedPictureBox
.TabStop = false;
91
((System.ComponentModel.ISupportInitialize)(this.
isImplementedPictureBox
)).EndInit();