7 references to bmHeight
System.Windows.Forms (7)
System\Windows\Forms\Control.MetafileDCWrapper.cs (5)
118long totalBytesReqd = bytesPerScanLine * bmp.bmHeight; 130biHeight = bmp.bmHeight, 163(uint)bmp.bmHeight, 187cyDest = bmp.bmHeight; 200bmp.bmHeight,
System\Windows\Forms\Input\Cursor.cs (2)
383return new Size(bitmap.bmWidth, bitmap.bmHeight); 388return new Size(bitmap.bmWidth, bitmap.bmHeight / 2);