diff --git a/MapControl/Shared/Timer.cs b/MapControl/Shared/DispatcherTimerHelper.cs
similarity index 95%
rename from MapControl/Shared/Timer.cs
rename to MapControl/Shared/DispatcherTimerHelper.cs
index a9fdaff1..87604a75 100644
--- a/MapControl/Shared/Timer.cs
+++ b/MapControl/Shared/DispatcherTimerHelper.cs
@@ -15,7 +15,7 @@ using System;
namespace MapControl
{
- internal static class Timer
+ internal static class DispatcherTimerHelper
{
public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval)
{
diff --git a/MapControl/UWP/MapControl.UWP.csproj b/MapControl/UWP/MapControl.UWP.csproj
index 6ea9729a..7dd2d1f9 100644
--- a/MapControl/UWP/MapControl.UWP.csproj
+++ b/MapControl/UWP/MapControl.UWP.csproj
@@ -65,6 +65,9 @@
CenteredBoundingBox.cs
+
+ DispatcherTimerHelper.cs
+
EquirectangularProjection.cs
@@ -179,9 +182,6 @@
TileSource.cs
-
- Timer.cs
-
TransverseMercatorProjection.cs