1 write to descriptionLabel
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
49
this.
descriptionLabel
= new System.Windows.Forms.Label();
4 references to descriptionLabel
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
45
this.
descriptionLabel
.Text = DescriptionText;
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (3)
190
resources.ApplyResources(this.
descriptionLabel
, "descriptionLabel");
191
this.
descriptionLabel
.Name = "descriptionLabel";
213
this.Controls.Add(this.
descriptionLabel
);