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