1 write to operationNameLabel
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
38
this.
operationNameLabel
= new System.Windows.Forms.Label();
8 references to operationNameLabel
System.WorkflowServices (8)
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (2)
31
this.
operationNameLabel
.Text = listItem.Name;
48
this.Height = this.
operationNameLabel
.Height;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (6)
52
this.backgroundPanel.Controls.Add(this.
operationNameLabel
);
77
this.
operationNameLabel
.AutoEllipsis = true;
78
this.
operationNameLabel
.BackColor = System.Drawing.Color.Transparent;
79
this.
operationNameLabel
.ForeColor = System.Drawing.SystemColors.WindowText;
80
resources.ApplyResources(this.
operationNameLabel
, "operationNameLabel");
81
this.
operationNameLabel
.Name = "operationNameLabel";