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