4 references to PixelsPerInchY
PresentationCore (4)
MS\Internal\DpiScale2.cs (1)
72get { return this.dpiScale.PixelsPerInchY; }
System\Windows\DpiScale.cs (1)
60/// On Windows Desktop, this value is the same as <see cref="PixelsPerInchY"/>
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
481double yChangeInches = output.arguments.manipulation.cumulative.translationY / dpi.PixelsPerInchY;
System\Windows\Media\VisualTreeHelper.cs (1)
112DpiFlags dpiFlags = DpiUtil.UpdateDpiScalesAndGetIndex(dpiInfo.PixelsPerInchX, dpiInfo.PixelsPerInchY);