3 writes to TrackVisitedStateInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
520dataGridViewCell.TrackVisitedStateInternal = this.TrackVisitedState;
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (2)
252((DataGridViewLinkCell)this.CellTemplate).TrackVisitedStateInternal = value; 263dataGridViewCell.TrackVisitedStateInternal = value;