1 write to lblInstallationContent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
198
this.
lblInstallationContent
= new System.Windows.Forms.Label();
9 references to lblInstallationContent
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (9)
67
this.
lblInstallationContent
.AccessibleName = this.
lblInstallationContent
.Text;
87
this.tableLayoutPanel.Controls.SetChildIndex(this.
lblInstallationContent
, 8);
152
this.
lblInstallationContent
.Text = SR.GetString(SR.TrustManagerMoreInfo_WithShortcut);
157
this.
lblInstallationContent
.Text = SR.GetString(SR.TrustManagerMoreInfo_WithoutShortcut);
224
this.tableLayoutPanel.Controls.Add(this.
lblInstallationContent
, 1, 5);
304
resources.ApplyResources(this.
lblInstallationContent
, "lblInstallationContent");
305
this.
lblInstallationContent
.Margin = new System.Windows.Forms.Padding(3, 0, 0, 10);
306
this.
lblInstallationContent
.Name = "lblInstallationContent";