When I instantiate a new map in the wpf sdk in geometry class.
These are my calls
var map=new Map()
map.extent=new Envelope(100,100,100,100)
map.zoomto(new mapPoint(1,1))
map.panto(new MapPoint(20,20))
and the extent never changes
Thank you for your consideration