1 write to _pixelStack
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
620
_pixelStack
= new byte[DecoderStackSize + 1];
6 references to _pixelStack
Microsoft.Maui.Controls (6)
Internals\ImageParser.cs (6)
618
if (
_pixelStack
== null)
807
_pixelStack
[currentStackIndex++] = _suffix[currentCode];
816
_pixelStack
[currentStackIndex++] = (byte)firstCode;
822
_pixelStack
[currentStackIndex++] = _suffix[currentCode];
832
_pixelStack
[currentStackIndex++] = (byte)firstCode;
844
_pixels[currentPixelIndex++] =
_pixelStack
[currentStackIndex];