1 write to s_logPixelsX
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1064
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)
1056
if (
s_logPixelsX
== -1 || force)
1100
int logP = xDirection ?
s_logPixelsX
: s_logPixelsY;
1107
int logP = xDirection ?
s_logPixelsX
: s_logPixelsY;
1114
int logP = xDirection ?
s_logPixelsX
: s_logPixelsY;
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (4)
181
pPtfContainer->X = HM2Pix(pPtlHimetric->x,
s_logPixelsX
);
186
pPtfContainer->X = HM2Pix(pPtlHimetric->x,
s_logPixelsX
);
198
pPtlHimetric->x = Pix2HM((int)pPtfContainer->X,
s_logPixelsX
);
203
pPtlHimetric->x = Pix2HM((int)pPtfContainer->X,
s_logPixelsX
);