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