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