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