1 write to linkLblPublisher
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
171
this.
linkLblPublisher
= new System.Windows.Forms.LinkLabel();
18 references to linkLblPublisher
System.Windows.Forms (18)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (18)
111
this.
linkLblPublisher
.AccessibleName = this.
linkLblPublisher
.Text;
292
this.tableLayoutPanelInfo.Controls.Add(this.
linkLblPublisher
, 0, 5);
343
resources.ApplyResources(this.
linkLblPublisher
, "linkLblPublisher");
344
this.
linkLblPublisher
.AutoEllipsis = true;
345
this.
linkLblPublisher
.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
346
this.
linkLblPublisher
.Name = "linkLblPublisher";
347
this.
linkLblPublisher
.TabStop = true;
348
this.
linkLblPublisher
.UseMnemonic = false;
349
this.
linkLblPublisher
.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowPublisherCertificate);
458
this.
linkLblPublisher
.Links.Clear();
480
this.
linkLblPublisher
.Text = SR.GetString(SR.TrustManagerPromptUI_UnknownPublisher);
483
this.
linkLblPublisher
.Links.Add(0, this.
linkLblPublisher
.Text.Length);
488
this.
linkLblPublisher
.Text = this.m_publisherName;
492
this.
linkLblPublisher
.Links.Add(0, this.m_publisherName.Length);
495
if (this.
linkLblPublisher
.Links.Count == 0)
848
this.
linkLblPublisher
.MaximumSize =