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)
804imageLayout = column.ImageLayout;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
156if (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); 255dataGridViewImageColumnclone.ImageLayout.Should().Be(_column.ImageLayout);