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