1 write to bWidth
System.Drawing (1)
commonui\System\Drawing\Icon.cs (1)
673
EntryTemp.
bWidth
= pbIconDirEntry[0];
2 references to bWidth
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
715
int thisDelta = Math.Abs(EntryTemp.
bWidth
- width) + Math.Abs(EntryTemp.bHeight - height);
726
bestWidth = EntryTemp.
bWidth
;