5 references to PixelsPerInchX
PresentationCore (5)
MS\Internal\DpiScale2.cs (1)
66
get { return this.dpiScale.
PixelsPerInchX
; }
System\Windows\DpiScale.cs (1)
73
/// On Windows Desktop, this value is the same as <see cref="
PixelsPerInchX
"/>
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
497
double xChangeInches = output.arguments.manipulation.cumulative.translationX / dpi.
PixelsPerInchX
;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
84
pixelsPerInch = VisualTreeHelper.GetDpi(ActiveSource.RootVisual).
PixelsPerInchX
;
System\Windows\Media\VisualTreeHelper.cs (1)
122
DpiFlags dpiFlags = DpiUtil.UpdateDpiScalesAndGetIndex(dpiInfo.
PixelsPerInchX
, dpiInfo.PixelsPerInchY);