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