Extension class naming

This commit is contained in:
ClemensFischer 2025-08-26 08:09:50 +02:00
parent 68f7dfe0d7
commit bb95b71407
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ using System;
namespace MapControl namespace MapControl
{ {
internal static class DispatcherTimerHelper internal static class DispatcherTimerExtensions
{ {
public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval) public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval)
{ {

View file

@ -235,7 +235,7 @@ namespace MapControl
} }
#if NETFRAMEWORK #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 public static bool TryDequeue<T>(this Queue<T> queue, out T item) where T : class
{ {

View file

@ -59,8 +59,8 @@
<Compile Include="..\Shared\CenteredBoundingBox.cs"> <Compile Include="..\Shared\CenteredBoundingBox.cs">
<Link>CenteredBoundingBox.cs</Link> <Link>CenteredBoundingBox.cs</Link>
</Compile> </Compile>
<Compile Include="..\Shared\DispatcherTimerHelper.cs"> <Compile Include="..\Shared\DispatcherTimerExtensions.cs">
<Link>DispatcherTimerHelper.cs</Link> <Link>DispatcherTimerExtensions.cs</Link>
</Compile> </Compile>
<Compile Include="..\Shared\EquirectangularProjection.cs"> <Compile Include="..\Shared\EquirectangularProjection.cs">
<Link>EquirectangularProjection.cs</Link> <Link>EquirectangularProjection.cs</Link>