1 write to linkColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
158linkColor = value;
4 references to linkColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripLabel.cs (4)
149if (linkColor.IsEmpty) { 153return linkColor; 157if (linkColor != value) { 272return !linkColor.IsEmpty;