1 write to activeLinkColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
98activeLinkColor = value;
4 references to activeLinkColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripLabel.cs (4)
89if (activeLinkColor.IsEmpty) { 93return activeLinkColor; 97if (activeLinkColor != value) { 267return !activeLinkColor.IsEmpty;