1 write to ImageLayout
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
207this.ImageCellTemplate.ImageLayout = value;
7 references to ImageLayout
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (6)
168if (this.ImageLayout != value) 181if (this.ImageLayout != value) 295dataGridViewCell.ImageLayoutInternal = this.ImageLayout; 488this.ImageLayout == DataGridViewImageCellLayout.Zoom) 523this.ImageLayout == DataGridViewImageCellLayout.Zoom) 853DataGridViewImageCellLayout imageLayout = this.ImageLayout;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
196DataGridViewImageCellLayout imageLayout = this.ImageCellTemplate.ImageLayout;