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