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