9 references to Height
System.Drawing (7)
commonui\System\Drawing\Icon.cs (7)
901Debug.Assert(sourceData.Height == targetData.Height, "Unexpected height. How did this happen?"); 903for (int i = 0; i < Math.Min(sourceData.Height, targetData.Height); i++) { 925for (int i = 0; i < bmpData.Height; i++) { 1027bitmap = new Bitmap(bmpData.Width, bmpData.Height, PixelFormat.Format32bppArgb); 1028targetData = bitmap.LockBits(new Rectangle(0, 0, bmpData.Width, bmpData.Height), ImageLockMode.WriteOnly, PixelFormat.Format32bppArgb);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
644for (int i = 0; i < targetData.Height; i++) 667for (int i = 0; i < bmpData.Height; i++) {