1 write to linkLblName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
169
this.
linkLblName
= new System.Windows.Forms.LinkLabel();
15 references to linkLblName
System.Windows.Forms (15)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (15)
107
this.
linkLblName
.AccessibleName = this.
linkLblName
.Text;
288
this.tableLayoutPanelInfo.Controls.Add(this.
linkLblName
, 0, 1);
322
resources.ApplyResources(this.
linkLblName
, "linkLblName");
323
this.
linkLblName
.AutoEllipsis = true;
324
this.
linkLblName
.Margin = new System.Windows.Forms.Padding(3, 0, 3, 8);
325
this.
linkLblName
.Name = "linkLblName";
326
this.
linkLblName
.TabStop = true;
327
this.
linkLblName
.UseMnemonic = false;
328
this.
linkLblName
.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowSupportPage);
457
this.
linkLblName
.Links.Clear();
462
this.
linkLblName
.Text = this.m_appName;
468
this.
linkLblName
.Links.Add(0, this.m_appName.Length, this.m_supportUrl);
470
if (this.
linkLblName
.Links.Count == 0)
850
this.
linkLblName
.MaximumSize = new Size(0, this.Font.Height + 2);