7 references to ReadShort
Microsoft.Maui.Controls (7)
Internals\ImageParser.cs (7)
300 Width = stream.ReadShort(); 301 Height = stream.ReadShort(); 445 SetDelay(stream.ReadShort()); 489 Bounds = new GIFBitmap.Rect(stream.ReadShort(), stream.ReadShort(), stream.ReadShort(), stream.ReadShort());