1 write to artifactLabel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
150this.artifactLabel = new System.Windows.Forms.TextBox();
11 references to artifactLabel
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (11)
288this.artifactLabel.BorderStyle = System.Windows.Forms.BorderStyle.None; 289this.artifactLabel.CausesValidation = false; 290resources.ApplyResources(this.artifactLabel, "artifactLabel"); 291this.artifactLabel.Name = "artifactLabel"; 292this.artifactLabel.ReadOnly = true; 293this.artifactLabel.TabStop = false; 300this.Controls.Add(this.artifactLabel); 509Rectangle lineRectangle = new Rectangle(this.ClientRectangle.Left, this.artifactLabel.Bottom + ((this.typeNameTableLayoutPanel.Top + this.typeTextBox.Top - this.artifactLabel.Bottom) / 2), this.ClientRectangle.Width, 1); 813this.artifactLabel.Text = this.typeFilterProvider.FilterDescription; 821this.artifactLabel.Font = new Font(this.Font.Name, this.Font.SizeInPoints, FontStyle.Bold);