2 writes to LinkColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
575
hotcommands.Label.
LinkColor
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
154
Label.
LinkColor
= link;
2 references to LinkColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1155
SolidBrush linkBrush = new SolidBrush(
LinkColor
);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
572
return hotcommands.Label.
LinkColor
;