6 references to NotSet
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (5)
95[DefaultValue(DataGridViewImageCellLayout.NotSet)] 115Debug.Assert(value is >= DataGridViewImageCellLayout.NotSet and <= DataGridViewImageCellLayout.Zoom); 583case DataGridViewImageCellLayout.NotSet: 800if (imageLayout == DataGridViewImageCellLayout.NotSet) 805Debug.Assert(imageLayout != DataGridViewImageCellLayout.NotSet);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
147if (imageLayout == DataGridViewImageCellLayout.NotSet)