1 write to _activeLinkColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
108
_activeLinkColor
= value;
4 references to _activeLinkColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (4)
95
if (
_activeLinkColor
.IsEmpty)
101
return
_activeLinkColor
;
106
if (
_activeLinkColor
!= value)
299
return !
_activeLinkColor
.IsEmpty;