5 references to HimetricToPixelX
System.Windows.Forms.Primitives.Tests (3)
Interop\Ole32\IPictureTests.cs (3)
28Assert.Equal(arrow.Size.Width, GdiHelper.HimetricToPixelX(width)); 45Assert.Equal(bitmap.Size.Width, GdiHelper.HimetricToPixelX(width)); 65Assert.Equal(bitmap.Size.Width, GdiHelper.HimetricToPixelX((int)variant.data.uintVal));
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (2)
149Assert.Equal(exclamationIcon.Width, GdiHelper.HimetricToPixelX(width)); 170Assert.Equal(bitmap.Width, GdiHelper.HimetricToPixelX(width));