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