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