3 references to Width
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
1027
bitmap = new Bitmap(bmpData.
Width
, bmpData.Height, PixelFormat.Format32bppArgb);
1028
targetData = bitmap.LockBits(new Rectangle(0, 0, bmpData.
Width
, bmpData.Height), ImageLockMode.WriteOnly, PixelFormat.Format32bppArgb);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ImageList.cs (1)
669
for (int j = 3; j < bmpData.
Width
*4; j += 4) { // *4 is safe since we know PixelFormat is ARGB