3 writes to LinkVisited
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (3)
530
dataGridViewCell.
LinkVisited
= this.LinkVisited;
844
this.
LinkVisited
= true;
935
this.
LinkVisited
= true;
4 references to LinkVisited
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
288
if (value != this.
LinkVisited
)
530
dataGridViewCell.LinkVisited = this.
LinkVisited
;
781
return this.TrackVisitedState && !this.
LinkVisited
;
1091
else if (this.
LinkVisited
)