22 references to Label
System.Windows.Forms (22)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
431_commandsPane.Label.BackColor = value; 446_commandsPane.Label.ForeColor = value; 457get => _commandsPane.Label.LinkColor; 458set => _commandsPane.Label.LinkColor = value; 468get => _commandsPane.Label.ActiveLinkColor; 469set => _commandsPane.Label.ActiveLinkColor = value; 479get => _commandsPane.Label.DisabledLinkColor; 480set => _commandsPane.Label.DisabledLinkColor = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (14)
141Label.Focus(); 142Label.Invalidate(); 153Label.BackColor = background; 154Label.ForeColor = normalText; 155Label.LinkColor = link; 156Label.ActiveLinkColor = activeLink; 157Label.VisitedLinkColor = visitedLink; 158Label.DisabledLinkColor = disabledLink; 161public void FocusLabel() => Label.Focus(); 179Label.Links.Clear(); 180Label.Text = null; 205Label.Links.Clear(); 231Label.Text = sb.ToString(); 237LinkLabel.Link link = Label.Links.Add(links[i].X, links[i].Y, _verbs[i]);