2 writes to linkVisitedSet
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (2)
287
this.
linkVisitedSet
= true;
308
return this.
linkVisitedSet
= true;
2 references to linkVisitedSet
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (2)
277
if (this.
linkVisitedSet
)
528
if (this.
linkVisitedSet
)