We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b69798 commit 787ed11Copy full SHA for 787ed11
2 files changed
src/Core/src/Platform/Windows/ContentPanel.cs
@@ -1,10 +1,12 @@
1
-#nullable enable
+#nullable enable
2
using System;
3
using System.Numerics;
4
using Microsoft.Graphics.Canvas;
5
using Microsoft.Maui.Graphics;
6
using Microsoft.Maui.Graphics.Platform;
7
+#if MAUI_GRAPHICS_WIN2D
8
using Microsoft.Maui.Graphics.Win2D;
9
+#endif
10
using Microsoft.UI.Composition;
11
using Microsoft.UI.Xaml;
12
using Microsoft.UI.Xaml.Hosting;
src/Core/src/Platform/Windows/WrapperView.cs
@@ -4,7 +4,9 @@
using Microsoft.UI.Xaml.Controls;
0 commit comments