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