6 references to bmWidth
System.Windows.Forms (6)
System\Windows\Forms\Control.MetafileDCWrapper.cs (4)
116long bitsPerScanLine = bmp.bmBitsPixel * (long)bmp.bmWidth; 129biWidth = bmp.bmWidth, 186cxDest = bmp.bmWidth; 199bmp.bmWidth,
System\Windows\Forms\Input\Cursor.cs (2)
383return new Size(bitmap.bmWidth, bitmap.bmHeight); 388return new Size(bitmap.bmWidth, bitmap.bmHeight / 2);