3 references to s_propImageCellLayout
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (3)
98
get => Properties.GetValueOrDefault(
s_propImageCellLayout
, DataGridViewImageCellLayout.Normal);
105
Properties.AddOrRemoveValue(
s_propImageCellLayout
, value, defaultValue: DataGridViewImageCellLayout.Normal);
116
Properties.AddOrRemoveValue(
s_propImageCellLayout
, value, defaultValue: DataGridViewImageCellLayout.Normal);