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