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