1 write to contractNameLabel
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
35this.contractNameLabel = new System.Windows.Forms.Label();
8 references to contractNameLabel
System.WorkflowServices (8)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (2)
36this.contractNameLabel.Text = listItem.Name; 54this.Height = this.contractNameLabel.Height;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (6)
44this.contractNameLabel.AutoEllipsis = true; 45this.contractNameLabel.BackColor = System.Drawing.Color.Transparent; 46this.contractNameLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark; 47resources.ApplyResources(this.contractNameLabel, "contractNameLabel"); 48this.contractNameLabel.Name = "contractNameLabel"; 62this.backgroundPanel.Controls.Add(this.contractNameLabel);