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