5 references to PixelsPerInchX
PresentationCore (5)
MS\Internal\DpiScale2.cs (1)
66get { 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)
497double xChangeInches = output.arguments.manipulation.cumulative.translationX / dpi.PixelsPerInchX;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
84pixelsPerInch = VisualTreeHelper.GetDpi(ActiveSource.RootVisual).PixelsPerInchX;
System\Windows\Media\VisualTreeHelper.cs (1)
122DpiFlags dpiFlags = DpiUtil.UpdateDpiScalesAndGetIndex(dpiInfo.PixelsPerInchX, dpiInfo.PixelsPerInchY);