NEVER MIND. I FOUND IT.
Based on your suggestion, "MapApplication.Current.Map.PanTo(zoomlayer.FullExtent.Extent);", I am unable to see "Current" under MapApplication nor "Map" after "Current", what do I miss? Thanks
ESRIStandardMapApplication1.App.Current.Map.PanTo(graphicOHI.FullExtent.Extent);
Error message:
'System.Windows.Application' does not contain a definition for 'Map' and no extension method 'Map' accepting a first argument of type 'System.Windows.Application' could be found (are you missing a using directive or an assembly reference?) C:\Staging\_PROJECTS\ESRIStandardMapApplication1\ESRIStandardMapApplication1\MainPage.xaml.cs 291 65 ESRIStandardMapApplication1