6 references to LogPixels
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
17021
pt.X = (
LogPixels
.X * x + hiMetricPerInch / 2) / hiMetricPerInch;
17022
pt.Y = (
LogPixels
.Y * y + hiMetricPerInch / 2) / hiMetricPerInch;
17605
pt.X = (hiMetricPerInch * x + (
LogPixels
.X >> 1)) /
LogPixels
.X;
17606
pt.Y = (hiMetricPerInch * y + (
LogPixels
.Y >> 1)) /
LogPixels
.Y;