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