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 bac5096 commit 86ca210Copy full SHA for 86ca210
Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector/RangeSelector.cs
@@ -3,7 +3,7 @@
3
// See the LICENSE file in the project root for more information.
4
5
using System;
6
-using Microsoft.Toolkit.Uwp.UI.Extensions;
+using Microsoft.Toolkit.Uwp.Extensions;
7
using Windows.Foundation;
8
using Windows.System;
9
using Windows.UI.Xaml;
Microsoft.Toolkit.Uwp.UI/Extensions/DispatcherQueueTimerExtensions.cs renamed to Microsoft.Toolkit.Uwp/Extensions/DispatcherQueueTimerExtensions.cs
@@ -6,7 +6,7 @@
using System.Collections.Concurrent;
-namespace Microsoft.Toolkit.Uwp.UI.Extensions
+namespace Microsoft.Toolkit.Uwp.Extensions
10
{
11
/// <summary>
12
/// Set of extention methods for using <see cref="DispatcherQueueTimer"/>.
0 commit comments