7 references to TrackVisitedState
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (6)
244if (value == TrackVisitedState) 400dataGridViewCell.TrackVisitedStateInternal = TrackVisitedState; 684return TrackVisitedState && !LinkVisited; 719TrackVisitedState && LinkBoundsContainPoint(e.X, e.Y, e.RowIndex); 736if (TrackVisitedState) 826if (LinkBoundsContainPoint(e.X, e.Y, e.RowIndex) && TrackVisitedState)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
242return LinkCellTemplate.TrackVisitedState;