1 write to lineLabel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
172
this.
lineLabel
= new System.Windows.Forms.Label();
7 references to lineLabel
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (7)
125
this.
lineLabel
.AccessibleName = string.Empty;
128
this.
lineLabel
.AccessibleRole = AccessibleRole.Separator;
192
this.tableLayoutPanelOuter.Controls.Add(this.
lineLabel
, 0, 3);
353
resources.ApplyResources(this.
lineLabel
, "lineLabel");
354
this.
lineLabel
.BackColor = System.Drawing.SystemColors.ControlDark;
355
this.
lineLabel
.Margin = new System.Windows.Forms.Padding(0);
356
this.
lineLabel
.Name = "lineLabel";