Solved! Go to Solution.
<esri:Map UseAcceleratedDisplay="False" x:Name="MyMap"> <esri:AcceleratedDisplayLayers > <esri:ArcGISTiledMapServiceLayer ID="World Topo Map" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> </esri:AcceleratedDisplayLayers> <esri:ElementLayer ID="Elements"></esri:ElementLayer> <esri:GraphicsLayer ID="Graphics"></esri:GraphicsLayer> </esri:Map>
<esri:Map UseAcceleratedDisplay="False" x:Name="MyMap"> <esri:AcceleratedDisplayLayers > <esri:ArcGISTiledMapServiceLayer ID="World Topo Map" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> </esri:AcceleratedDisplayLayers> <esri:ElementLayer ID="Elements"></esri:ElementLayer> <esri:GraphicsLayer ID="Graphics"></esri:GraphicsLayer> </esri:Map>
<esri:Map UseAcceleratedDisplay="True" x:Name="MyMap"> <esri:Map.AcceleratedDisplay> <esri:AcceleratedDisplaySettings GridType="MGRS"></esri:AcceleratedDisplaySettings> </esri:Map.AcceleratedDisplay> <esri:AcceleratedDisplayLayers > <esri:ArcGISTiledMapServiceLayer ID="World Topo Map" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> <esri:MessageLayer SymbolDictionaryType="Mil2525C" x:Name="MilitaryLayer" Initialized="MilitaryLayer_Initialized" ></esri:MessageLayer> </esri:AcceleratedDisplayLayers> </esri:Map>