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