7 references to NotSet
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (6)
147DefaultValue(DataGridViewImageCellLayout.NotSet) 164if (!ClientUtils.IsEnumValid(value, (int)value, (int)DataGridViewImageCellLayout.NotSet, (int)DataGridViewImageCellLayout.Zoom)) 180Debug.Assert(value >= DataGridViewImageCellLayout.NotSet && value <= DataGridViewImageCellLayout.Zoom); 642case DataGridViewImageCellLayout.NotSet: 854if (imageLayout == DataGridViewImageCellLayout.NotSet) 859Debug.Assert(imageLayout != DataGridViewImageCellLayout.NotSet);
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
197if (imageLayout == DataGridViewImageCellLayout.NotSet)