1 write to ImageLayout
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
161ImageCellTemplate.ImageLayout = value;
6 references to ImageLayout
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (5)
103if (ImageLayout != value) 219dataGridViewCell.ImageLayoutInternal = ImageLayout; 422ImageLayout == DataGridViewImageCellLayout.Zoom) 457ImageLayout == DataGridViewImageCellLayout.Zoom) 799DataGridViewImageCellLayout imageLayout = ImageLayout;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
146DataGridViewImageCellLayout imageLayout = ImageCellTemplate.ImageLayout;