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