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