In newer versions of the ArcGis SDK, Esri.ArcGISRuntime.Geometry.SpatialReference no longer has the Extent property. This would give the boundaries for the current map, which was useful for determining if a MapPoint is within the map (not just the visible map, anywhere on the map).
What is the replacement for SpatialReference.Extent? How does one get the maximum boundary of a Map or SpatialReference?