3 writes to DisabledLinkColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
609
hotcommands.Label.
DisabledLinkColor
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (2)
80
label.
DisabledLinkColor
= SystemColors.ControlDark;
157
Label.
DisabledLinkColor
= disabledLink;
2 references to DisabledLinkColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1407
brushColor =
DisabledLinkColor
;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
606
return hotcommands.Label.
DisabledLinkColor
;