mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Extension class naming
This commit is contained in:
parent
68f7dfe0d7
commit
bb95b71407
|
|
@ -14,7 +14,7 @@ using System;
|
|||
|
||||
namespace MapControl
|
||||
{
|
||||
internal static class DispatcherTimerHelper
|
||||
internal static class DispatcherTimerExtensions
|
||||
{
|
||||
public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval)
|
||||
{
|
||||
|
|
@ -235,7 +235,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
#if NETFRAMEWORK
|
||||
internal static class QueueExt
|
||||
internal static class QueueExtension
|
||||
{
|
||||
public static bool TryDequeue<T>(this Queue<T> queue, out T item) where T : class
|
||||
{
|
||||
|
|
|
|||
|
|
@ -59,8 +59,8 @@
|
|||
<Compile Include="..\Shared\CenteredBoundingBox.cs">
|
||||
<Link>CenteredBoundingBox.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\DispatcherTimerHelper.cs">
|
||||
<Link>DispatcherTimerHelper.cs</Link>
|
||||
<Compile Include="..\Shared\DispatcherTimerExtensions.cs">
|
||||
<Link>DispatcherTimerExtensions.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\EquirectangularProjection.cs">
|
||||
<Link>EquirectangularProjection.cs</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue