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