6 references to bmWidth
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (4)
19319
lpbmi.bmiHeader_biWidth = bmp.
bmWidth
;
19355
long bitsPerScanLine = bmp.bmBitsPixel * (long)bmp.
bmWidth
;
19380
cxDest = bmp.
bmWidth
;
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);