4 references to PropLinkCellTrackVisitedState
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
318int trackVisitedState = this.Properties.GetInteger(PropLinkCellTrackVisitedState, out found); 329this.Properties.SetInteger(PropLinkCellTrackVisitedState, value ? 1 : 0); 351this.Properties.SetInteger(PropLinkCellTrackVisitedState, value ? 1 : 0); 518if (this.Properties.ContainsInteger(PropLinkCellTrackVisitedState))