1 write to logPixelsY
PresentationFramework (1)
MS\Internal\Controls\ActiveXHelper.cs (1)
109logPixelsY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);
2 references to logPixelsY
PresentationFramework (2)
MS\Internal\Controls\ActiveXHelper.cs (2)
104if (logPixelsY == -1) 113return logPixelsY;