2 writes to TypeIdentifier
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
293
TypeIdentifier
= stream.ReadString(3);
295
TypeIdentifier
= "GIF";
3 references to TypeIdentifier
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
265
return !string.IsNullOrEmpty(
TypeIdentifier
) &&
TypeIdentifier
.StartsWith("GIF", StringComparison.OrdinalIgnoreCase);
315
throw new GIFDecoderFormatException("Unknown GIF format type identifier: " +
TypeIdentifier
);