2 references to bmHeight
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
333
iconSize = new Size(bmp.bmWidth, bmp.
bmHeight
);
337
iconSize = new Size(bmp.bmWidth, bmp.
bmHeight
/ 2);