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