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