5 references to Normal
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (3)
159return DataGridViewImageCellLayout.Normal; 641case DataGridViewImageCellLayout.Normal: 863imageLayout = DataGridViewImageCellLayout.Normal;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (2)
184DefaultValue(DataGridViewImageCellLayout.Normal), 199imageLayout = DataGridViewImageCellLayout.Normal;