XAML-Map-Control/MapControl/MapImage.WPF.cs

15 lines
308 B
C#
Raw Normal View History

// XAML Map Control - http://xamlmapcontrol.codeplex.com/
// Copyright © 2014 Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
namespace MapControl
{
public partial class MapImage
{
static MapImage()
{
imageTransform.Freeze();
}
}
}