4 references to s_propLinkCellLinkBehavior
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (4)
117
get => Properties.GetValueOrDefault(
s_propLinkCellLinkBehavior
, LinkBehavior.SystemDefault);
123
Properties.AddOrRemoveValue(
s_propLinkCellLinkBehavior
, value, defaultValue: LinkBehavior.SystemDefault);
146
Properties.AddOrRemoveValue(
s_propLinkCellLinkBehavior
, value, defaultValue: LinkBehavior.SystemDefault);
388
if (Properties.ContainsKey(
s_propLinkCellLinkBehavior
))