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