5 writes to ImageLayout
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewImageColumnTests.cs (5)
144
_column.
ImageLayout
= DataGridViewImageCellLayout.Zoom;
212
_column.
ImageLayout
= DataGridViewImageCellLayout.Normal;
214
_column.
ImageLayout
= DataGridViewImageCellLayout.Stretch;
227
_column.
ImageLayout
= DataGridViewImageCellLayout.Stretch;
246
_column.
ImageLayout
= DataGridViewImageCellLayout.Stretch;
6 references to ImageLayout
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
804
imageLayout = column.
ImageLayout
;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
156
if (
ImageLayout
== value)
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewImageColumnTests.cs (4)
126
_column.
ImageLayout
.Should().Be(DataGridViewImageCellLayout.Normal);
134
_column.
ImageLayout
.Should().Be(DataGridViewImageCellLayout.Stretch);
255
dataGridViewImageColumnclone.
ImageLayout
.Should().Be(_column.
ImageLayout
);