We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90ad0 commit 2148fa0Copy full SHA for 2148fa0
components/ColorAnalyzer/samples/ContrastHelper/ContrastOptionsPane.xaml.cs
@@ -5,10 +5,15 @@
5
#if !WINDOWS_UWP
6
using Microsoft.UI.Xaml.Media.Imaging;
7
#elif WINDOWS_UWP
8
-using Windows.UI;
9
using Windows.UI.Xaml.Media.Imaging;
10
#endif
11
+#if WINUI3
12
+using Microsoft.UI;
13
+#endif
14
+
15
+using Windows.UI;
16
17
namespace ColorAnalyzerExperiment.Samples;
18
19
[ToolkitSampleOptionsPane(nameof(TextBlockContrastSample))]
0 commit comments