7 references to Normal
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (5)
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
);
582
case DataGridViewImageCellLayout.
Normal
:
809
imageLayout = DataGridViewImageCellLayout.
Normal
;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (2)
133
[DefaultValue(DataGridViewImageCellLayout.
Normal
)]
149
imageLayout = DataGridViewImageCellLayout.
Normal
;