2 references to s_propImageCellDescription
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (2)
61
get => Properties.GetStringOrEmptyString(
s_propImageCellDescription
);
62
set => Properties.AddOrRemoveString(
s_propImageCellDescription
, value);