We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7e543 commit aa83779Copy full SHA for aa83779
components/GradientSlider/src/GradientSlider.Input.cs
@@ -2,7 +2,11 @@
2
// The .NET Foundation licenses this file to you under the MIT license.
3
// See the LICENSE file in the project root for more information.
4
5
+#if !WINAPPSDK
6
+using Windows.UI;
7
+#else
8
using Microsoft.UI;
9
+#endif
10
11
namespace CommunityToolkit.WinUI.Controls;
12
0 commit comments