1 write to lblPublisherContent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
194
this.
lblPublisherContent
= new System.Windows.Forms.Label();
9 references to lblPublisherContent
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (9)
55
this.
lblPublisherContent
.AccessibleName = this.
lblPublisherContent
.Text;
81
this.tableLayoutPanel.Controls.SetChildIndex(this.
lblPublisherContent
, 2);
133
this.
lblPublisherContent
.Text = SR.GetString(SR.TrustManagerMoreInfo_UnknownPublisher);
137
this.
lblPublisherContent
.Text = SR.GetString(SR.TrustManagerMoreInfo_KnownPublisher, publisherName);
220
this.tableLayoutPanel.Controls.Add(this.
lblPublisherContent
, 1, 1);
280
resources.ApplyResources(this.
lblPublisherContent
, "lblPublisherContent");
281
this.
lblPublisherContent
.Margin = new System.Windows.Forms.Padding(3, 0, 0, 10);
282
this.
lblPublisherContent
.Name = "lblPublisherContent";