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