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