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