4 references to PixelsPerInchY
PresentationCore (4)
MS\Internal\DpiScale2.cs (1)
74
get { 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)
498
double yChangeInches = output.arguments.manipulation.cumulative.translationY / dpi.
PixelsPerInchY
;
System\Windows\Media\VisualTreeHelper.cs (1)
122
DpiFlags dpiFlags = DpiUtil.UpdateDpiScalesAndGetIndex(dpiInfo.PixelsPerInchX, dpiInfo.
PixelsPerInchY
);