5 references to HimetricToPixelX
System.Windows.Forms.Primitives.Tests (3)
Interop\Ole32\IPictureTests.cs (3)
29Assert.Equal(arrow.Size.Width, GdiHelper.HimetricToPixelX(width)); 46Assert.Equal(bitmap.Size.Width, GdiHelper.HimetricToPixelX(width)); 66Assert.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));