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