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