2 references to bmWidth
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);