2 references to bmHeight
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
212
_iconSize = new Size(bitmap.bmWidth, bitmap.
bmHeight
);
221
_iconSize = new Size(bitmap.bmWidth, bitmap.
bmHeight
/ 2);