5 references to GetShort
System.Drawing (5)
commonui\System\Drawing\Icon.cs (5)
642short idReserved = GetShort(pbIconData); 643short idType = GetShort(pbIconData + 2); 644short idCount = GetShort(pbIconData + 4); 677EntryTemp.wPlanes = GetShort(pbIconDirEntry + 4); 678EntryTemp.wBitCount = GetShort(pbIconDirEntry + 6);