2 writes to activeLinkColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (2)
116activeLinkColor = value; 1654activeLinkColor = Color.Empty;
4 references to activeLinkColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\LinkLabel.cs (4)
107if (activeLinkColor.IsEmpty) { 111return activeLinkColor; 115if (activeLinkColor != value) { 1749return !activeLinkColor.IsEmpty;