1 write to Width
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
337
Width
= width;
3 references to Width
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
636
int endBitmapIndex = startBitmapIndex + previousBitmapBounds.
Width
;
709
int endBitmapIndex = currentBitmapIndex + bounds.
Width
;
715
int currentPixelIndex = sourceRow * bounds.
Width
;