3 references to PixelsPerInchX
PresentationCore (3)
MS\Internal\DpiScale2.cs (1)
193return ((int)(this.PixelsPerInchX)).GetHashCode();
System\Windows\InterOp\HwndTarget.cs (2)
1726var dpiFlags = DpiUtil.UpdateDpiScalesAndGetIndex(newDpi.PixelsPerInchX, newDpi.PixelsPerInchY); 2321DpiFlags dpiFlags = DpiUtil.UpdateDpiScalesAndGetIndex(CurrentDpiScale.PixelsPerInchX, CurrentDpiScale.PixelsPerInchY);