28 references to Label
System.Windows.Forms (28)
winforms\Managed\System\WinForms\PropertyGrid.cs (14)
540hotcommands.Label.BackColor = value; 558hotcommands.Label.ForeColor = value; 572return hotcommands.Label.LinkColor; 575hotcommands.Label.LinkColor = value; 589return hotcommands.Label.ActiveLinkColor; 592hotcommands.Label.ActiveLinkColor = value; 606return hotcommands.Label.DisabledLinkColor; 609hotcommands.Label.DisabledLinkColor = value; 4167hotcommands.Label.ResetLinkColor(); 4171hotcommands.Label.ResetActiveLinkColor(); 4175hotcommands.Label.ResetDisabledLinkColor(); 4604return hotcommands.Label.ShouldSerializeLinkColor(); 4608return hotcommands.Label.ShouldSerializeActiveLinkColor(); 4612return hotcommands.Label.ShouldSerializeDisabledLinkColor();
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (14)
142Label.FocusInternal(); 143Label.Invalidate(); 152Label.BackColor = background; 153Label.ForeColor = normalText; 154Label.LinkColor = link; 155Label.ActiveLinkColor = activeLink; 156Label.VisitedLinkColor = visitedLink; 157Label.DisabledLinkColor = disabledLink; 161Label.FocusInternal(); 175Label.Links.Clear(); 176Label.Text = null; 196Label.Links.Clear(); 218Label.Text = sb.ToString(); 222LinkLabel.Link link = Label.Links.Add(links[i].X, links[i].Y, verbs[i]);