1 write to lblPublisher
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
193this.lblPublisher = new System.Windows.Forms.Label();
9 references to lblPublisher
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (9)
40lblMachineAccess.Font = lblPublisher.Font = lblInstallation.Font = lblLocation.Font = new Font(lblMachineAccess.Font, FontStyle.Bold); 54this.lblPublisher.AccessibleName = this.lblPublisher.Text; 80this.tableLayoutPanel.Controls.SetChildIndex(this.lblPublisher, 1); 219this.tableLayoutPanel.Controls.Add(this.lblPublisher, 1, 0); 274resources.ApplyResources(this.lblPublisher, "lblPublisher"); 275this.lblPublisher.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); 276this.lblPublisher.Name = "lblPublisher"; 439this.lblPublisher.Font = new Font(this.Font, FontStyle.Bold);