1 write to _creator
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
38
_creator
= creator;
2 references to _creator
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (2)
60
var newBitmap = AsyncPump.Run(async () => await CanvasBitmap.LoadAsync(
_creator
, memoryStream, 96));
146
return new Platform.PlatformImage(
_creator
, _bitmap);