4 references to s_propLinkCellTrackVisitedState
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (4)
241
get => Properties.GetValueOrDefault(
s_propLinkCellTrackVisitedState
, true);
249
Properties.AddOrRemoveValue(
s_propLinkCellTrackVisitedState
, value, defaultValue: true);
266
set => Properties.AddOrRemoveValue(
s_propLinkCellTrackVisitedState
, value, defaultValue: true);
398
if (Properties.ContainsKey(
s_propLinkCellTrackVisitedState
))