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