5 references to Zoom
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (5)
164if (!ClientUtils.IsEnumValid(value, (int)value, (int)DataGridViewImageCellLayout.NotSet, (int)DataGridViewImageCellLayout.Zoom)) 180Debug.Assert(value >= DataGridViewImageCellLayout.NotSet && value <= DataGridViewImageCellLayout.Zoom); 488this.ImageLayout == DataGridViewImageCellLayout.Zoom) 523this.ImageLayout == DataGridViewImageCellLayout.Zoom) 645case DataGridViewImageCellLayout.Zoom: