1 write to lblName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
166
this.
lblName
= new System.Windows.Forms.Label();
8 references to lblName
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (8)
106
this.
lblName
.AccessibleName = SR.GetString(SR.TrustManagerPromptUI_Name);
287
this.tableLayoutPanelInfo.Controls.Add(this.
lblName
, 0, 0);
304
resources.ApplyResources(this.
lblName
, "lblName");
305
this.
lblName
.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
306
this.
lblName
.Name = "lblName";
473
this.
lblName
.Text = StripOutAccelerator(this.
lblName
.Text);
845
this.
lblName
.Font = new Font(this.Font, FontStyle.Bold);