11 references to VerticalResolution
System.Drawing.Common.Tests (10)
mono\System.Drawing.Imaging\IconCodecTests.cs (6)
82Assert.Equal(96.0f, bmp.VerticalResolution); 230Assert.Equal(96.0f, bmp.VerticalResolution); 435Assert.Equal(96.0f, bmp.VerticalResolution); 657Assert.Equal(96.0f, bmp.VerticalResolution); 915Assert.Equal(96.0f, bmp.VerticalResolution); 1849Assert.Equal(96.0f, bmp.VerticalResolution);
mono\System.Drawing.Imaging\JpegCodecTests.cs (2)
63Assert.Equal(72, bmp.VerticalResolution); 190Assert.Equal(72, bmp.VerticalResolution);
System\Drawing\BitmapTests.cs (2)
751Assert.Equal(expectedPngBitmap.VerticalResolution, outputPngBitmap.VerticalResolution);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListImage.cs (1)
40public float VerticalResolution => Image.VerticalResolution;