8 references to TrackVisitedState
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (7)
327if (value != this.TrackVisitedState) 349if (value != this.TrackVisitedState) 520dataGridViewCell.TrackVisitedStateInternal = this.TrackVisitedState; 781return this.TrackVisitedState && !this.LinkVisited; 824return this.TrackVisitedState && LinkBoundsContainPoint(e.X, e.Y, e.RowIndex); 842if (this.TrackVisitedState) 933if (LinkBoundsContainPoint(e.X, e.Y, e.RowIndex) && this.TrackVisitedState)
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (1)
246return ((DataGridViewLinkCell)this.CellTemplate).TrackVisitedState;