7 references to bmHeight
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (5)
19320
lpbmi.bmiHeader_biHeight = bmp.
bmHeight
;
19357
long totalBytesReqd = bytesPerScanLine * bmp.
bmHeight
;
19362
int diRet = SafeNativeMethods.GetDIBits(hdcSrc, hBitmap, 0, bmp.
bmHeight
, lpBits,
19381
cyDest = bmp.
bmHeight
;
19386
xDest, yDest, cxDest, cyDest, 0, 0, bmp.bmWidth, bmp.
bmHeight
,
winforms\Managed\System\WinForms\Cursor.cs (2)
599
iconSize = new Size(bmp.bmWidth, bmp.
bmHeight
);
603
iconSize = new Size(bmp.bmWidth, bmp.
bmHeight
/ 2);