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)
95if (_activeLinkColor.IsEmpty) 101return _activeLinkColor; 106if (_activeLinkColor != value) 299return !_activeLinkColor.IsEmpty;