1 write to lblMachineAccessContent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
196
this.
lblMachineAccessContent
= new System.Windows.Forms.Label();
9 references to lblMachineAccessContent
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (9)
61
this.
lblMachineAccessContent
.AccessibleName = this.
lblMachineAccessContent
.Text;
84
this.tableLayoutPanel.Controls.SetChildIndex(this.
lblMachineAccessContent
, 5);
142
this.
lblMachineAccessContent
.Text = SR.GetString(SR.TrustManagerMoreInfo_UnsafeAccess);
146
this.
lblMachineAccessContent
.Text = SR.GetString(SR.TrustManagerMoreInfo_SafeAccess);
222
this.tableLayoutPanel.Controls.Add(this.
lblMachineAccessContent
, 1, 3);
292
resources.ApplyResources(this.
lblMachineAccessContent
, "lblMachineAccessContent");
293
this.
lblMachineAccessContent
.Margin = new System.Windows.Forms.Padding(3, 0, 0, 10);
294
this.
lblMachineAccessContent
.Name = "lblMachineAccessContent";