1 write to linkLblMoreInformation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
158this.linkLblMoreInformation = new System.Windows.Forms.LinkLabel();
22 references to linkLblMoreInformation
System.Windows.Forms (22)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (22)
122this.linkLblMoreInformation.AccessibleName = this.linkLblMoreInformation.Text; 208this.warningTextTableLayoutPanel.Controls.Add(this.linkLblMoreInformation, 1, 0); 222resources.ApplyResources(this.linkLblMoreInformation, "linkLblMoreInformation"); 223this.linkLblMoreInformation.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0); 224this.linkLblMoreInformation.Name = "linkLblMoreInformation"; 225this.linkLblMoreInformation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowMoreInformation); 460this.linkLblMoreInformation.Links.Clear(); 543this.linkLblMoreInformation.Text = SR.GetString(SR.TrustManagerPromptUI_InstalledAppBlockedWarning); 547this.linkLblMoreInformation.Text = SR.GetString(SR.TrustManagerPromptUI_RunAppBlockedWarning); 549this.linkLblMoreInformation.TabStop = false; 550this.linkLblMoreInformation.AccessibleDescription = SR.GetString(SR.TrustManagerPromptUI_WarningAccessibleDescription); 551this.linkLblMoreInformation.AccessibleName = SR.GetString(SR.TrustManagerPromptUI_WarningAccessibleName); 562this.linkLblMoreInformation.Text = SR.GetString(SR.TrustManagerPromptUI_InstallFromLocalMachineWarning, strMoreInfo); 566this.linkLblMoreInformation.Text = SR.GetString(SR.TrustManagerPromptUI_RunFromLocalMachineWarning, strMoreInfo); 571this.linkLblMoreInformation.Text = SR.GetString(SR.TrustManagerPromptUI_InstallWarning, strMoreInfo); 575this.linkLblMoreInformation.Text = SR.GetString(SR.TrustManagerPromptUI_RunWarning, strMoreInfo); 577this.linkLblMoreInformation.TabStop = true; 578this.linkLblMoreInformation.AccessibleDescription = SR.GetString(SR.TrustManagerPromptUI_MoreInformationAccessibleDescription); 579this.linkLblMoreInformation.AccessibleName = SR.GetString(SR.TrustManagerPromptUI_MoreInformationAccessibleName); 580this.linkLblMoreInformation.Links.Add(new System.Windows.Forms.LinkLabel.Link(this.linkLblMoreInformation.Text.Length - strMoreInfo.Length, strMoreInfo.Length));