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