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