1 write to Data
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
729 currentBitmap.Data = bitmapData;
2 references to Data
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
653 if (previousBitmap.Data != null) 655 bitmapData = previousBitmap.Data;