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