5 references to HimetricToPixelY
System.Windows.Forms.Primitives.Tests (3)
Interop\Ole32\IPictureTests.cs (3)
26
Assert.Equal(arrow.Size.Height, GdiHelper.
HimetricToPixelY
(height));
43
Assert.Equal(bitmap.Size.Height, GdiHelper.
HimetricToPixelY
(height));
62
Assert.Equal(bitmap.Size.Height, GdiHelper.
HimetricToPixelY
((int)variant.data.uintVal));
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (2)
148
Assert.Equal(exclamationIcon.Height, GdiHelper.
HimetricToPixelY
(height));
169
Assert.Equal(bitmap.Height, GdiHelper.
HimetricToPixelY
(height));