2 references to bWidth
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
493
int thisDelta = Math.Abs(entry.
bWidth
- width) + Math.Abs(entry.bHeight - height);
506
bestWidth = entry.
bWidth
;