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