1 instantiation of W2DImage
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
183 return new PlatformImage(creator, bitmap);
3 references to W2DImage
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
CompatUsings.cs (1)
8global using PlatformImage = Microsoft.Maui.Graphics.Win2D.W2DImage;
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
393 if (imagePaint.Image is PlatformImage image)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImageLoadingService.cs (1)
24 return PlatformImage.FromStream(stream, formatHint);