2 writes to _activeLinkColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
77_activeLinkColor = value; 1528internal void ResetActiveLinkColor() => _activeLinkColor = Color.Empty;
4 references to _activeLinkColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
72get => _activeLinkColor.IsEmpty ? IEActiveLinkColor : _activeLinkColor; 75if (_activeLinkColor != value) 1594internal bool ShouldSerializeActiveLinkColor() => !_activeLinkColor.IsEmpty;