1 write to lblLocationContent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
200
this.
lblLocationContent
= new System.Windows.Forms.Label();
8 references to lblLocationContent
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (8)
73
this.
lblLocationContent
.AccessibleName = this.
lblLocationContent
.Text;
90
this.tableLayoutPanel.Controls.SetChildIndex(this.
lblLocationContent
, 11);
182
this.
lblLocationContent
.Text = SR.GetString(SR.TrustManagerMoreInfo_Location, source);
226
this.tableLayoutPanel.Controls.Add(this.
lblLocationContent
, 1, 7);
316
resources.ApplyResources(this.
lblLocationContent
, "lblLocationContent");
317
this.
lblLocationContent
.Margin = new System.Windows.Forms.Padding(3, 0, 0, 10);
318
this.
lblLocationContent
.Name = "lblLocationContent";