4 references to s_propLinkCellUseColumnTextForLinkValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (4)
272
get => Properties.GetValueOrDefault<bool>(
s_propLinkCellUseColumnTextForLinkValue
);
277
Properties.AddValue(
s_propLinkCellUseColumnTextForLinkValue
, value);
285
set => Properties.AddOrRemoveValue(
s_propLinkCellUseColumnTextForLinkValue
, value, defaultValue: false);
383
if (Properties.ContainsKey(
s_propLinkCellUseColumnTextForLinkValue
))