1 write to s_logPixelsX
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1067
s_logPixelsX
= PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
8 references to s_logPixelsX
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\AxHost.cs (4)
1059
if (
s_logPixelsX
== -1 || force)
1103
int logP = xDirection ?
s_logPixelsX
: s_logPixelsY;
1110
int logP = xDirection ?
s_logPixelsX
: s_logPixelsY;
1117
int logP = xDirection ?
s_logPixelsX
: s_logPixelsY;
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (4)
178
pPtfContainer->X = HM2Pix(pPtlHimetric->x,
s_logPixelsX
);
183
pPtfContainer->X = HM2Pix(pPtlHimetric->x,
s_logPixelsX
);
195
pPtlHimetric->x = Pix2HM((int)pPtfContainer->X,
s_logPixelsX
);
200
pPtlHimetric->x = Pix2HM((int)pPtfContainer->X,
s_logPixelsX
);