1 write to _pixels
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
608 _pixels = new byte[pixelCount];
5 references to _pixels
Microsoft.Maui.Controls (5)
Internals\ImageParser.cs (5)
606 if (_pixels == null || _pixels.Length < pixelCount) 718 int colorIndex = _pixels[currentPixelIndex++]; 844 _pixels[currentPixelIndex++] = _pixelStack[currentStackIndex]; 850 _pixels[i] = 0;