User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.wpfmap

ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents the map control.

Inheritance Hierarchy

  • System.Object
    • System.Windows.Threading.DispatcherObject
      • System.Windows.DependencyObject
        • System.Windows.Media.Visual
          • System.Windows.UIElement
            • System.Windows.FrameworkElement
              • System.Windows.Controls.Control
                • ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap

Members Summary

Public Constructors

WpfMap()

  • Constructor of WPF MapControl.
Remarks
  • Initilizes some class modular variables and hooks up events.
Parameters

Protected Constructors

Public Methods

ToggleMapExtents()

  • Toggles the map between current extent and previous extent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToggleMapExtents.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomToPreviousExtent()

  • Zooms the map to the previous extent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToPreviousExtent.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetBitmap(Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetBitmap.28Int32.2C_Int32.29
Return Value
  • Type:Bitmap
  • Description:N/A
Parameters
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A

SaveState()

  • This method saves map state to a byte array.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SaveState.28.29
Return Value
  • Type:Byte[]
  • Description:A byte array indicates current map state.
Parameters

LoadState(Byte[])

  • This method restore map state back from the specified state.
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • state
    • Type:Byte[]
    • Description:This parameter indicates the state for restore the map.

Dispose()

  • Disposes unmanaged objects in map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(IEnumerable<RectangleShape>)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28TimeSpan.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(RectangleShape,TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.2C_TimeSpan.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<RectangleShape>,TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

OnApplyTemplate()

  • Applys current map template.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnApplyTemplate.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh()

  • Refreshes current map control.
Remarks
  • Refreshes all the existing overlays and map tools.
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(OverlayRefreshType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(RectangleShape)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(RectangleShape,Overlay)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28RectangleShape.2C_Overlay.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • overlay

Refresh(RectangleShape,IEnumerable<Overlay>)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • overlays
    • Type:IEnumerable<Overlay>
    • Description:N/A

Refresh(Overlay)

  • Refreshes a specified overlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Refresh.28Overlay.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • redrawOverlay
    • Type:Overlay
    • Description:An overlay which needs to be refreshed.

Refresh(Overlay,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • redrawOverlay
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<Overlay>)

  • Refreshes a specified overlay collection.
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • redrawOverlays
    • Type:IEnumerable<Overlay>
    • Description:A collection of overlay to be refreshed.

Refresh(IEnumerable<Overlay>,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • redrawOverlays
    • Type:IEnumerable<Overlay>
    • Description:N/A
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

GetSnappedExtent(RectangleShape)

  • Gets a snapped extent from a specified extent.
Remarks
  • The specified extent may not be the exact extent to be displayed in the pre-defined zoom level list. To display properly, the source extent needs to be snapped first.
Return Value
  • Description:An extent that is snapped from the provided extent.
Parameters

GetSnappedZoomLevelIndex(RectangleShape)

  • Gets the snapped zoom level index from the provided world extent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetSnappedZoomLevelIndex.28RectangleShape.29
Return Value
  • Type:Int32
  • Description:A snapped zoom level index in the zoom levels sychnonized by the SyncZoomLevelScales method.
Parameters
  • targetExtent

GetSnappedZoomLevelIndex(Double)

  • Gets the snapped zoom level index from the provided scale.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetSnappedZoomLevelIndex.28Double.29
Return Value
  • Type:Int32
  • Description:A snapped zoom level index in scale list sychnonized by the SyncZoomLevelScales method.
Parameters
  • scale
    • Type:Double
    • Description:A scale to be snapped.

ZoomIn()

  • Zooms the map in for one level
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIn.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomIn(Int32)

  • Zooms the map in by the provided percentage.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIn.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map in.

ZoomIntoCenter(Int32,Feature)

  • Zooms the map in by the provided percentage and locates the map to the center of the provided feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Feature.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map in.
  • centerFeature
    • Type:Feature
    • Description:A new center feature of current map.

ZoomIntoCenter(Int32,PointShape)

  • Zooms the map in by the provided percentage and locates to the center of the provided feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_PointShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map in.
  • worldPoint
    • Description:A new center of current map.

ZoomIntoCenter(Int32,ScreenPointF)

  • Zooms the map in by the provided percentage and locates to the provided screen point.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_ScreenPointF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map in.
  • screenPoint
    • Description:A new screen center to locate the map.

ZoomIntoCenter(Int32,Single,Single)

  • Zooms the map in by the provided percentage and locates to the provided screen x and y.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map in.
  • screenX
    • Type:Single
    • Description:Screen x to locate the map.
  • screenY
    • Type:Single
    • Description:Screen y to locate the map.

ZoomTo(PointShape,Double)

  • This method zooms current map to a specified position and scale.
Remarks
  • When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetWorldCenter
    • Description:A world center to zoom the map to.
  • targetScale
    • Type:Double
    • Description:A double value indicates the scale to zoom the map to.

ZoomOut()

  • Zooms the map out for one level.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOut.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomOut(Int32)

  • Zooms the map out by the provided percentage.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOut.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map out.

ZoomOutToCenter(Int32,Feature)

  • Zooms the map out by the provided percentage and locates map to the center of the provided feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Feature.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map out.
  • centerFeature
    • Type:Feature
    • Description:A new center feature of current map.

ZoomOutToCenter(Int32,PointShape)

  • Zooms the map out by the provided percentage and locates to the center of the provided feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_PointShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map out.
  • worldPoint
    • Description:A new center of current map.

ZoomOutToCenter(Int32,ScreenPointF)

  • Zooms the map out by the provided percentage and locates to the provided screen point.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_ScreenPointF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map out.
  • screenPoint
    • Description:A new screen center to locate the map.

ZoomOutToCenter(Int32,Single,Single)

  • Zooms the map out by the provided percentage and locates to the provided screen x and y.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map out.
  • screenX
    • Type:Single
    • Description:Screen x to locate the map.
  • screenY
    • Type:Single
    • Description:Screen y to locate the map.

ZoomToScale(Double)

  • Zooms the map to a provided scale.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:Target scale to zoom the map.

ZoomToScale(Double,ScreenPointF)

  • Zooms the map to a provided scale and locates the map by the provided screen offset.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.2C_ScreenPointF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:Target scale to zoom the map.
  • offsetScreenPoint
    • Description:An screen offset to locate the map.

ZoomToScale(Double,Single,Single)

  • Zooms the map to a provided scale and locates the map by the provided screen offset.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToScale.28Double.2C_Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:Target scale to zoom the map.
  • offsetScreenX
    • Type:Single
    • Description:An screen offset x to locate the map.
  • offsetScreenY
    • Type:Single
    • Description:An screen offset y to locate the map.

FindFeatureLayer(String)

  • Finds a FeatureLayer by the specified key.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindFeatureLayer.28String.29
Return Value
  • Description:A FeatureLayer which is paired with the specified key in the map overlays.
Parameters
  • key
    • Type:String
    • Description:A key of a FeatureLayer which is defined when adding the layer into the LayerOverlay.

FindRasterLayer(String)

  • Finds a RasterLayer by the specified key.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindRasterLayer.28String.29
Return Value
  • Description:A RasterLayer which is paired with the specified key in the map overlays.
Parameters
  • key
    • Type:String
    • Description:A key of a RasterLayer which is defined when adding the layer into the LayerOverlay.

ToWorldCoordinate(Double,Double)

  • Converts the provided screen points to world points.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28Double.2C_Double.29
Return Value
  • Description:A world point that is converted from the provided parameters.
Parameters
  • screenX
    • Type:Double
    • Description:Screen x to be converted.
  • screenY
    • Type:Double
    • Description:Screen y to be converted.

ToWorldCoordinate(PointShape)

  • Converts the provided screen points to world points.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28PointShape.29
Return Value
  • Description:A world point that is converted from the provided parameters.
Parameters
  • screenCoordinate
    • Description:Screen point to be converted.

ToWorldCoordinate(Point)

  • Converts the provided screen points to world points.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToWorldCoordinate.28Point.29
Return Value
  • Description:A world point that is converted from the provided parameters.
Parameters
  • screenCoordinate
    • Type:Point
    • Description:Screen point to be converted.

ToScreenCoordinate(Double,Double)

  • Converts the provided world points to screen points.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28Double.2C_Double.29
Return Value
  • Description:A screen coordinate that is converted.
Parameters
  • worldX
    • Type:Double
    • Description:World x to be converted.
  • worldY
    • Type:Double
    • Description:World y to be converted.

ToScreenCoordinate(PointShape)

  • Converts the provided world points to screen points.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28PointShape.29
Return Value
  • Description:A screen coordinate that is converted.
Parameters
  • worldCoordinate
    • Description:World point to be converted.

ToScreenCoordinate(Point)

  • Converts the provided world points to screen points.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToScreenCoordinate.28Point.29
Return Value
  • Description:A screen coordinate that is converted.
Parameters
  • worldCoordinate
    • Type:Point
    • Description:World point to be converted.

Pan(Single,Int32)

  • This function will pan the currentExtent based on an angle and percentage.
Remarks
  • This method will change the current extent by panning according to the angle and percentage specified.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • degree
    • Type:Single
    • Description:This parameter is the degree (angle) in which you want to pan.
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to pan.

Pan(PanDirection,Int32)

  • This function will pan the currentExtent based on a direction and percentage.
Remarks
  • This method will change the current extent by panning according to the direction and percentage specified.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • panDirection
    • Description:This parameter is the direction in which you want to pan.
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to pan.

Pan(Double,Double)

  • Pans the map by the provided screen offset.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Pan.28Double.2C_Double.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • offsetScreenX
    • Type:Double
    • Description:Screen offset X to be paned.
  • offsetScreenY
    • Type:Double
    • Description:Screen offset Y to be paned.

CenterAt(PointShape)

  • Locates the map center to the specified world point.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28PointShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldPoint
    • Description:A world point to locate the map.

CenterAt(ScreenPointF)

  • Locates the map center to the specified screen point.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28ScreenPointF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • screenPoint
    • Description:A screen point to locate the map.

CenterAt(Feature)

  • Locates the map center to the center of the specified feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28Feature.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • centerFeature
    • Type:Feature
    • Description:A feature to locates the map center.

CenterAt(Single,Single)

  • Locates the map center to the center of the specified feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CenterAt.28Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • screenX
    • Type:Single
    • Description:Screen x to locate the map center.
  • screenY
    • Type:Single
    • Description:Screen y to locate the map center.

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

ShouldSerializeStyle()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeStyle.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ApplyTemplate()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyTemplate.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

BeginStoryboard(Storyboard)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • storyboard
    • Type:Storyboard
    • Description:N/A

BeginStoryboard(Storyboard,HandoffBehavior)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.2C_HandoffBehavior.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • storyboard
    • Type:Storyboard
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A

BeginStoryboard(Storyboard,HandoffBehavior,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginStoryboard.28Storyboard.2C_HandoffBehavior.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • storyboard
    • Type:Storyboard
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A
  • isControllable
    • Type:Boolean
    • Description:N/A

ShouldSerializeTriggers()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeTriggers.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeResources()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeResources.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

FindResource(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindResource.28Object.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • resourceKey
    • Type:Object
    • Description:N/A

TryFindResource(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TryFindResource.28Object.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • resourceKey
    • Type:Object
    • Description:N/A

SetResourceReference(DependencyProperty,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetResourceReference.28DependencyProperty.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • name
    • Type:Object
    • Description:N/A

GetBindingExpression(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetBindingExpression.28DependencyProperty.29
Return Value
  • Type:BindingExpression
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

SetBinding(DependencyProperty,BindingBase)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetBinding.28DependencyProperty.2C_BindingBase.29
Return Value
  • Type:BindingExpressionBase
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • binding
    • Type:BindingBase
    • Description:N/A

SetBinding(DependencyProperty,String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetBinding.28DependencyProperty.2C_String.29
Return Value
  • Type:BindingExpression
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • path
    • Type:String
    • Description:N/A

BringIntoView()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BringIntoView.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

BringIntoView(Rect)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BringIntoView.28Rect.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetRectangle
    • Type:Rect
    • Description:N/A

MoveFocus(TraversalRequest)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MoveFocus.28TraversalRequest.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • request
    • Type:TraversalRequest
    • Description:N/A

PredictFocus(FocusNavigationDirection)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PredictFocus.28FocusNavigationDirection.29
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • direction
    • Type:FocusNavigationDirection
    • Description:N/A

BeginInit()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginInit.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

EndInit()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EndInit.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

RegisterName(String,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RegisterName.28String.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A
  • scopedElement
    • Type:Object
    • Description:N/A

UnregisterName(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UnregisterName.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A

FindName(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindName.28String.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A

UpdateDefaultStyle()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UpdateDefaultStyle.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ApplyAnimationClock(DependencyProperty,AnimationClock)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • clock
    • Type:AnimationClock
    • Description:N/A

ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ApplyAnimationClock.28DependencyProperty.2C_AnimationClock.2C_HandoffBehavior.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • clock
    • Type:AnimationClock
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A

BeginAnimation(DependencyProperty,AnimationTimeline)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • animation
    • Type:AnimationTimeline
    • Description:N/A

BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#BeginAnimation.28DependencyProperty.2C_AnimationTimeline.2C_HandoffBehavior.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • animation
    • Type:AnimationTimeline
    • Description:N/A
  • handoffBehavior
    • Type:HandoffBehavior
    • Description:N/A

GetAnimationBaseValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetAnimationBaseValue.28DependencyProperty.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

ShouldSerializeInputBindings()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeInputBindings.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeCommandBindings()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ShouldSerializeCommandBindings.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

RaiseEvent(RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RaiseEvent.28RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:RoutedEventArgs
    • Description:N/A

AddHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddHandler.28RoutedEvent.2C_Delegate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

AddHandler(RoutedEvent,Delegate,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddHandler.28RoutedEvent.2C_Delegate.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A
  • handledEventsToo
    • Type:Boolean
    • Description:N/A

RemoveHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RemoveHandler.28RoutedEvent.2C_Delegate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

AddToEventRoute(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddToEventRoute.28EventRoute.2C_RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • e
    • Type:RoutedEventArgs
    • Description:N/A

InvalidateMeasure()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateMeasure.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateArrange()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateArrange.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateVisual()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateVisual.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Measure(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Measure.28Size.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • availableSize
    • Type:Size
    • Description:N/A

Arrange(Rect)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Arrange.28Rect.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • finalRect
    • Type:Rect
    • Description:N/A

UpdateLayout()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#UpdateLayout.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

TranslatePoint(Point,UIElement)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TranslatePoint.28Point.2C_UIElement.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A
  • relativeTo
    • Type:UIElement
    • Description:N/A

InputHitTest(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InputHitTest.28Point.29
Return Value
  • Type:IInputElement
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

CaptureMouse()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureMouse.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ReleaseMouseCapture()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseMouseCapture.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CaptureStylus()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureStylus.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ReleaseStylusCapture()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseStylusCapture.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Focus()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Focus.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

CaptureTouch(TouchDevice)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CaptureTouch.28TouchDevice.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • touchDevice
    • Type:TouchDevice
    • Description:N/A

ReleaseTouchCapture(TouchDevice)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseTouchCapture.28TouchDevice.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • touchDevice
    • Type:TouchDevice
    • Description:N/A

ReleaseAllTouchCaptures()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReleaseAllTouchCaptures.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

IsAncestorOf(DependencyObject)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsAncestorOf.28DependencyObject.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • descendant
    • Type:DependencyObject
    • Description:N/A

IsDescendantOf(DependencyObject)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#IsDescendantOf.28DependencyObject.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ancestor
    • Type:DependencyObject
    • Description:N/A

FindCommonVisualAncestor(DependencyObject)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#FindCommonVisualAncestor.28DependencyObject.29
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • otherVisual
    • Type:DependencyObject
    • Description:N/A

TransformToAncestor(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToAncestor.28Visual.29
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual
    • Description:N/A

TransformToAncestor(Visual3D)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToAncestor.28Visual3D.29
Return Value
  • Type:GeneralTransform2DTo3D
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual3D
    • Description:N/A

TransformToDescendant(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToDescendant.28Visual.29
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters
  • descendant
    • Type:Visual
    • Description:N/A

TransformToVisual(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#TransformToVisual.28Visual.29
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters
  • visual
    • Type:Visual
    • Description:N/A

PointToScreen(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PointToScreen.28Point.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

PointFromScreen(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#PointFromScreen.28Point.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetValue.28DependencyProperty.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

SetValue(DependencyProperty,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetValue.28DependencyProperty.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetCurrentValue(DependencyProperty,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetCurrentValue.28DependencyProperty.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetValue(DependencyPropertyKey,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SetValue.28DependencyPropertyKey.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:DependencyPropertyKey
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

ClearValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClearValue.28DependencyProperty.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

ClearValue(DependencyPropertyKey)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ClearValue.28DependencyPropertyKey.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:DependencyPropertyKey
    • Description:N/A

CoerceValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CoerceValue.28DependencyProperty.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

InvalidateProperty(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#InvalidateProperty.28DependencyProperty.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

ReadLocalValue(DependencyProperty)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ReadLocalValue.28DependencyProperty.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

GetLocalValueEnumerator()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLocalValueEnumerator.28.29
Return Value
  • Type:LocalValueEnumerator
  • Description:N/A
Parameters

CheckAccess()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#CheckAccess.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

VerifyAccess()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VerifyAccess.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

GetVersion()

  • This static method will be useful when you want to report a bug in a specified version of Map Suite. You can use it to tell ThinkGeo support which version you are trying to use.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetVersion.28.29
Return Value
  • Type:String
  • Description:A string representing the version of the MapSuiteCore and Map Suite Desktop product that you are now using.
Parameters

Protected Methods

ZoomToPreviousExtentCore()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ZoomToPreviousExtentCore.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

3hQ=(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

SaveStateCore()

  • This method saves map state to a byte array.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#SaveStateCore.28.29
Return Value
  • Type:Byte[]
  • Description:A byte array indicates current map state.
Parameters

LoadStateCore(Byte[])

  • This method restore map state back from the specified state.
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • state
    • Type:Byte[]
    • Description:This parameter indicates the state for restore the map.

Finalize()

  • Finalize method of WpfMap class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose(Boolean)

  • Disposes unmanaged objects in map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Dispose.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

Draw(RectangleShape,OverlayRefreshType)

  • Draws the map by the provided extent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#Draw.28RectangleShape.2C_OverlayRefreshType.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetExtent
  • refreshType
    • Description:Indicates whether the map needs to be refreshed. For example, a style of layer is changed, the overlay needs to be refreshed. When panning, the overlay only changes its position, refresh is not needed.

DrawCore(RectangleShape,OverlayRefreshType)

  • Draws the map by the provided extent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#DrawCore.28RectangleShape.2C_OverlayRefreshType.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetExtent
  • overlayRefreshType
    • Description:Indicates whether the map needs to be refreshed. For example, a style of layer is changed, the overlay needs to be refreshed. When panning, the overlay only changes its position, refresh is not needed.

OnMapClick(MapClickWpfMapEventArgs)

  • Occurs when clicking on the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapTap(MapTapWpfMapEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapDoubleClick(MapClickWpfMapEventArgs)

  • Occurs when double clicking on the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapDoubleClick.28MapClickWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentExtentChanging(CurrentExtentChangingWpfMapEventArgs)

  • Occurs when map's current extent is changing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanging.28CurrentExtentChangingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnZoomLevelSetChanged(ZoomLevelSetChangedWpfMapEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnZoomLevelSetChanged.28ZoomLevelSetChangedWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentExtentChanged(CurrentExtentChangedWpfMapEventArgs)

  • Occurs when map's current extent is changed.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentExtentChanged.28CurrentExtentChangedWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentScaleChanging(CurrentScaleChangingWpfMapEventArgs)

  • Occurs when map's current scale is changing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanging.28CurrentScaleChangingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentScaleChanged(CurrentScaleChangedWpfMapEventArgs)

  • Occurs when map's current scale is changed.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlayDrawing(OverlayDrawingWpfMapEventArgs)

  • Occurs when an overlay is drawing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawing.28OverlayDrawingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlayDrawn(OverlayDrawnWpfMapEventArgs)

  • Occurs when an overlay is drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlayDrawn.28OverlayDrawnWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlaysDrawing(OverlaysDrawingWpfMapEventArgs)

  • Occurs when all overlays are drawing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlaysDrawn(OverlaysDrawnWpfMapEventArgs)

  • Occurs when overlays are drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnOverlaysDrawn.28OverlaysDrawnWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnTemplateChangedInternal(FrameworkTemplate,FrameworkTemplate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldTemplate
    • Type:FrameworkTemplate
    • Description:N/A
  • newTemplate
    • Type:FrameworkTemplate
    • Description:N/A

OnTemplateChanged(ControlTemplate,ControlTemplate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTemplateChanged.28ControlTemplate.2C_ControlTemplate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldTemplate
    • Type:ControlTemplate
    • Description:N/A
  • newTemplate
    • Type:ControlTemplate
    • Description:N/A

OnPreviewMouseDoubleClick(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDoubleClick.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseDoubleClick(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDoubleClick.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreApplyTemplate()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnPostApplyTemplate()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateVisualState()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateVisualState(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • useTransitions
    • Type:Boolean
    • Description:N/A

ChangeVisualState(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • useTransitions
    • Type:Boolean
    • Description:N/A

ChangeValidationVisualState(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • useTransitions
    • Type:Boolean
    • Description:N/A

MeasureOverride(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MeasureOverride.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • constraint
    • Type:Size
    • Description:N/A

ArrangeOverride(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ArrangeOverride.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • arrangeBounds
    • Type:Size
    • Description:N/A

ReadControlFlag(ControlBoolFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • reqFlag
    • Type:ControlBoolFlags
    • Description:N/A

WriteControlFlag(ControlBoolFlags,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • reqFlag
    • Type:ControlBoolFlags
    • Description:N/A
  • set
    • Type:Boolean
    • Description:N/A

OnStyleChanged(Style,Style)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldStyle
    • Type:Style
    • Description:N/A
  • newStyle
    • Type:Style
    • Description:N/A

ParentLayoutInvalidated(UIElement)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:UIElement
    • Description:N/A

GetVisualChild(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetVisualChild.28Int32.29
Return Value
  • Type:Visual
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

GetTemplateChild(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • childName
    • Type:String
    • Description:N/A

HasNonDefaultValue(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

EvaluateBaseValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • newEntry
    • Type:EffectiveValueEntry&
    • Description:N/A

GetRawValue(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • entry
    • Type:EffectiveValueEntry&
    • Description:N/A

GetExpressionCore(DependencyProperty,PropertyMetadata)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Expression
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A

OnPropertyChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPropertyChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

GetPlainText()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

pushTextRenderingMode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnAncestorChanged()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVisualParentChanged(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldParent
    • Type:DependencyObject
    • Description:N/A

OnVisualAncestorChanged(Object,AncestorChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:AncestorChangedEventArgs
    • Description:N/A

GetUIParentCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

AdjustEventSource(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

AdjustBranchSource(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

BuildRouteCore(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

BuildRouteCoreHelper(EventRoute,RoutedEventArgs,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A
  • shouldAddIntermediateElementsToRoute
    • Type:Boolean
    • Description:N/A

AddToEventRouteCore(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

IgnoreModelParentBuildRoute(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

InvalidateAutomationAncestorsCore(Stack<DependencyObject>,Boolean&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • branchNodeStack
    • Type:Stack<DependencyObject>
    • Description:N/A
  • continuePastCoreTree
    • Type:Boolean&
    • Description:N/A

InvalidateAutomationAncestorsCoreHelper(Stack<DependencyObject>,Boolean&,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • branchNodeStack
    • Type:Stack<DependencyObject>
    • Description:N/A
  • continuePastCoreTree
    • Type:Boolean&
    • Description:N/A
  • shouldInvalidateIntermediateElements
    • Type:Boolean
    • Description:N/A

MeasureCore(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MeasureCore.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • availableSize
    • Type:Size
    • Description:N/A

ArrangeCore(Rect)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#ArrangeCore.28Rect.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • finalRect
    • Type:Rect
    • Description:N/A

OnRenderSizeChanged(SizeChangedInfo)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sizeInfo
    • Type:SizeChangedInfo
    • Description:N/A

GetLayoutClip(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#GetLayoutClip.28Size.29
Return Value
  • Type:Geometry
  • Description:N/A
Parameters
  • layoutSlotSize
    • Type:Size
    • Description:N/A

GetLayoutClipInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Geometry
  • Description:N/A
Parameters

OnGotFocus(RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotFocus.28RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:RoutedEventArgs
    • Description:N/A

OnInitialized(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnInitialized.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnPresentationSourceChanged(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • attached
    • Type:Boolean
    • Description:N/A

OnAddHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

OnRemoveHandler(RoutedEvent,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • routedEvent
    • Type:RoutedEvent
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

OnLoaded(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

OnUnloaded(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

AddSynchronizedInputPreOpportunityHandlerCore(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

RaiseClrEvent(EventPrivateKey,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:EventPrivateKey
    • Description:N/A
  • args
    • Type:EventArgs
    • Description:N/A

OnToolTipOpening(ToolTipEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipOpening.28ToolTipEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ToolTipEventArgs
    • Description:N/A

OnToolTipClosing(ToolTipEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnToolTipClosing.28ToolTipEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ToolTipEventArgs
    • Description:N/A

OnContextMenuOpening(ContextMenuEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuOpening.28ContextMenuEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ContextMenuEventArgs
    • Description:N/A

OnContextMenuClosing(ContextMenuEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnContextMenuClosing.28ContextMenuEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ContextMenuEventArgs
    • Description:N/A

EventHandlersStoreAdd(EventPrivateKey,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:EventPrivateKey
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

EventHandlersStoreRemove(EventPrivateKey,Delegate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:EventPrivateKey
    • Description:N/A
  • handler
    • Type:Delegate
    • Description:N/A

ReadInternalFlag(InternalFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags
    • Description:N/A

ReadInternalFlag2(InternalFlags2)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags2
    • Description:N/A

WriteInternalFlag(InternalFlags,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags
    • Description:N/A
  • set
    • Type:Boolean
    • Description:N/A

WriteInternalFlag2(InternalFlags2,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • reqFlag
    • Type:InternalFlags2
    • Description:N/A
  • set
    • Type:Boolean
    • Description:N/A

FindName(String,DependencyObject&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A
  • scopeOwner
    • Type:DependencyObject&
    • Description:N/A

FindResourceOnSelf(Object,Boolean,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • resourceKey
    • Type:Object
    • Description:N/A
  • allowDeferredResourceReference
    • Type:Boolean
    • Description:N/A
  • mustReturnDeferredResourceReference
    • Type:Boolean
    • Description:N/A

ContextVerifiedGetParent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

AddLogicalChild(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Object
    • Description:N/A

RemoveLogicalChild(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Object
    • Description:N/A

ChangeLogicalParent(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newParent
    • Type:DependencyObject
    • Description:N/A

OnNewParent(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newParent
    • Type:DependencyObject
    • Description:N/A

OnAncestorChangedInternal(TreeChangeInfo)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • parentTreeState
    • Type:TreeChangeInfo
    • Description:N/A

InvalidateTreeDependentProperties(TreeChangeInfo,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:FrugalObjectList<DependencyProperty>
  • Description:N/A
Parameters
  • parentTreeState
    • Type:TreeChangeInfo
    • Description:N/A
  • isSelfInheritanceParent
    • Type:Boolean
    • Description:N/A

UpdateStyleProperty()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateThemeStyleProperty()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnThemeChanged()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

FireLoadedOnDescendentsInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

FireUnloadedOnDescendentsInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ShouldProvideInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • target
    • Type:DependencyObject
    • Description:N/A
  • property
    • Type:DependencyProperty
    • Description:N/A

AddInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • context
    • Type:DependencyObject
    • Description:N/A
  • property
    • Type:DependencyProperty
    • Description:N/A

RemoveInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • context
    • Type:DependencyObject
    • Description:N/A
  • property
    • Type:DependencyProperty
    • Description:N/A

OnInheritanceContextChangedCore(EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:EventArgs
    • Description:N/A

ChangeSubtreeHasLoadedChangedHandler(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • mentor
    • Type:DependencyObject
    • Description:N/A

RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • info
    • Type:InheritablePropertyChangeInfo&
    • Description:N/A

EvaluateAnimatedValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • entry
    • Type:EffectiveValueEntry&
    • Description:N/A

BuildRoute(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

RaiseEvent(RoutedEventArgs,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A
  • trusted
    • Type:Boolean
    • Description:N/A

RaiseTrustedEvent(RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:RoutedEventArgs
    • Description:N/A

EnsureEventHandlersStore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnPreviewMouseDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseLeftButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseLeftButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseLeftButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeftButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseRightButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseRightButtonDown(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonDown.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseRightButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseRightButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnMouseRightButtonUp(MouseButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseRightButtonUp.28MouseButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseButtonEventArgs
    • Description:N/A

OnPreviewMouseMove(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseMove.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseMove(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseMove.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnPreviewMouseWheel(MouseWheelEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewMouseWheel.28MouseWheelEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseWheelEventArgs
    • Description:N/A

OnMouseWheel(MouseWheelEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseWheel.28MouseWheelEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseWheelEventArgs
    • Description:N/A

OnMouseEnter(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseEnter.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseLeave(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMouseLeave.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnGotMouseCapture(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotMouseCapture.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnLostMouseCapture(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostMouseCapture.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnQueryCursor(QueryCursorEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryCursor.28QueryCursorEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:QueryCursorEventArgs
    • Description:N/A

OnPreviewStylusDown(StylusDownEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusDown.28StylusDownEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusDownEventArgs
    • Description:N/A

OnStylusDown(StylusDownEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusDown.28StylusDownEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusDownEventArgs
    • Description:N/A

OnPreviewStylusUp(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusUp.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusUp(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusUp.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusInAirMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInAirMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusInAirMove(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusInAirMove.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusEnter(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusEnter.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusLeave(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusLeave.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusInRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusInRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusInRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusInRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusOutOfRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusOutOfRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusOutOfRange(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusOutOfRange.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusSystemGesture.28StylusSystemGestureEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusSystemGestureEventArgs
    • Description:N/A

OnStylusSystemGesture(StylusSystemGestureEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusSystemGesture.28StylusSystemGestureEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusSystemGestureEventArgs
    • Description:N/A

OnGotStylusCapture(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotStylusCapture.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnLostStylusCapture(StylusEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostStylusCapture.28StylusEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusEventArgs
    • Description:N/A

OnStylusButtonDown(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusButtonDown.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnStylusButtonUp(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnStylusButtonUp.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnPreviewStylusButtonDown(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonDown.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnPreviewStylusButtonUp(StylusButtonEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewStylusButtonUp.28StylusButtonEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:StylusButtonEventArgs
    • Description:N/A

OnPreviewKeyDown(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyDown.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnKeyDown(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyDown.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnPreviewKeyUp(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewKeyUp.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnKeyUp(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnKeyUp.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostKeyboardFocus.28KeyboardFocusChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyboardFocusChangedEventArgs
    • Description:N/A

OnPreviewTextInput(TextCompositionEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTextInput.28TextCompositionEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TextCompositionEventArgs
    • Description:N/A

OnTextInput(TextCompositionEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTextInput.28TextCompositionEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TextCompositionEventArgs
    • Description:N/A

OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewQueryContinueDrag.28QueryContinueDragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:QueryContinueDragEventArgs
    • Description:N/A

OnQueryContinueDrag(QueryContinueDragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnQueryContinueDrag.28QueryContinueDragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:QueryContinueDragEventArgs
    • Description:N/A

OnPreviewGiveFeedback(GiveFeedbackEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewGiveFeedback.28GiveFeedbackEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:GiveFeedbackEventArgs
    • Description:N/A

OnGiveFeedback(GiveFeedbackEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGiveFeedback.28GiveFeedbackEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:GiveFeedbackEventArgs
    • Description:N/A

OnPreviewDragEnter(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragEnter.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDragEnter(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragEnter.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewDragOver(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragOver.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDragOver(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragOver.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewDragLeave(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDragLeave.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDragLeave(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDragLeave.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewDrop(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewDrop.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnDrop(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnDrop.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DragEventArgs
    • Description:N/A

OnPreviewTouchDown(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchDown.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchDown(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchDown.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnPreviewTouchMove(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchMove.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchMove(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchMove.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnPreviewTouchUp(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnPreviewTouchUp.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchUp(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchUp.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnGotTouchCapture(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnGotTouchCapture.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnLostTouchCapture(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostTouchCapture.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchEnter(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchEnter.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnTouchLeave(TouchEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnTouchLeave.28TouchEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:TouchEventArgs
    • Description:N/A

OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusWithinChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCapturedChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsMouseCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusDirectlyOverChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCapturedChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsStylusCaptureWithinChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnIsKeyboardFocusedChanged.28DependencyPropertyChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

ReadFlag(CoreFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • field
    • Type:CoreFlags
    • Description:N/A

WriteFlag(CoreFlags,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • field
    • Type:CoreFlags
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

InvalidateMeasureInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateArrangeInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnChildDesiredSizeChanged(UIElement)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnChildDesiredSizeChanged.28UIElement.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:UIElement
    • Description:N/A

GetUIParentOrICH(UIElement&,IContentHost&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uiParent
    • Type:UIElement&
    • Description:N/A
  • ich
    • Type:IContentHost&
    • Description:N/A

GetUIParentWithinLayoutIsland()

  • N/A
Remarks
  • N/A
Return Value
  • Type:UIElement
  • Description:N/A
Parameters

OnRender(DrawingContext)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnRender.28DrawingContext.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • drawingContext
    • Type:DrawingContext
    • Description:N/A

GetHitTestBounds()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

OnVisualAncestorChanged(Object,AncestorChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:AncestorChangedEventArgs
    • Description:N/A

GetUIParent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

GetUIParent(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • continuePastVisualTree
    • Type:Boolean
    • Description:N/A

GetUIParentNo3DTraversal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters

AddSynchronizedInputPreOpportunityHandler(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

AddSynchronizedInputPostOpportunityHandler(EventRoute,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • route
    • Type:EventRoute
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

SynchronizedInputPreOpportunityHandler(Object,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

SynchronizedInputPostOpportunityHandler(Object,RoutedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • args
    • Type:RoutedEventArgs
    • Description:N/A

StartListeningSynchronizedInput(SynchronizedInputType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • inputType
    • Type:SynchronizedInputType
    • Description:N/A

CancelSynchronizedInput()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InputHitTest(Point,IInputElement&,IInputElement&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • pt
    • Type:Point
    • Description:N/A
  • enabledHit
    • Type:IInputElement&
    • Description:N/A
  • rawHit
    • Type:IInputElement&
    • Description:N/A

InputHitTest(Point,IInputElement&,IInputElement&,HitTestResult&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • pt
    • Type:Point
    • Description:N/A
  • enabledHit
    • Type:IInputElement&
    • Description:N/A
  • rawHit
    • Type:IInputElement&
    • Description:N/A
  • rawHitResult
    • Type:HitTestResult&
    • Description:N/A

SynchronizeReverseInheritPropertyFlags(DependencyObject,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldParent
    • Type:DependencyObject
    • Description:N/A
  • isCoreParent
    • Type:Boolean
    • Description:N/A

BlockReverseInheritance()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

OnAccessKey(AccessKeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnAccessKey.28AccessKeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:AccessKeyEventArgs
    • Description:N/A

HitTestCore(PointHitTestParameters)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HitTestCore.28PointHitTestParameters.29
Return Value
  • Type:HitTestResult
  • Description:N/A
Parameters
  • hitTestParameters
    • Type:PointHitTestParameters
    • Description:N/A

HitTestCore(GeometryHitTestParameters)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#HitTestCore.28GeometryHitTestParameters.29
Return Value
  • Type:GeometryHitTestResult
  • Description:N/A
Parameters
  • hitTestParameters
    • Type:GeometryHitTestParameters
    • Description:N/A

RenderOpen()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DrawingContext
  • Description:N/A
Parameters

RenderClose(IDrawingContent)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newContent
    • Type:IDrawingContent
    • Description:N/A

FreeContent(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

GetContentBounds()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

WalkContent(DrawingContextWalker)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • walker
    • Type:DrawingContextWalker
    • Description:N/A

RenderContent(RenderContext,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ctx
    • Type:RenderContext
    • Description:N/A
  • isOnChannel
    • Type:Boolean
    • Description:N/A

GetDrawing()

  • N/A
Remarks
  • N/A
Return Value
  • Type:DrawingGroup
  • Description:N/A
Parameters

InvokeAccessKey(AccessKeyEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:AccessKeyEventArgs
    • Description:N/A

OnLostFocus(RoutedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnLostFocus.28RoutedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:RoutedEventArgs
    • Description:N/A

UpdateIsVisibleCache()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCreateAutomationPeer()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnCreateAutomationPeer.28.29
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

CreateAutomationPeer()

  • N/A
Remarks
  • N/A
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

GetAutomationPeer()

  • N/A
Remarks
  • N/A
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

CreateGenericRootAutomationPeer()

  • N/A
Remarks
  • N/A
Return Value
  • Type:AutomationPeer
  • Description:N/A
Parameters

SetPersistId(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Int32
    • Description:N/A

OnManipulationStarting(ManipulationStartingEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarting.28ManipulationStartingEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationStartingEventArgs
    • Description:N/A

OnManipulationStarted(ManipulationStartedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationStarted.28ManipulationStartedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationStartedEventArgs
    • Description:N/A

OnManipulationDelta(ManipulationDeltaEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationDelta.28ManipulationDeltaEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationDeltaEventArgs
    • Description:N/A

OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationInertiaStarting.28ManipulationInertiaStartingEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationInertiaStartingEventArgs
    • Description:N/A

OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationBoundaryFeedback.28ManipulationBoundaryFeedbackEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationBoundaryFeedbackEventArgs
    • Description:N/A

OnManipulationCompleted(ManipulationCompletedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnManipulationCompleted.28ManipulationCompletedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ManipulationCompletedEventArgs
    • Description:N/A

IsOnChannel(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

AddRefOnChannelCore(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:ResourceHandle
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

ReleaseOnChannelCore(Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A

CalculateSubgraphBoundsInnerSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

CalculateSubgraphRenderBoundsInnerSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

CalculateSubgraphBoundsInnerSpace(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters
  • renderBounds
    • Type:Boolean
    • Description:N/A

CalculateSubgraphBoundsOuterSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

CalculateSubgraphRenderBoundsOuterSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect
  • Description:N/A
Parameters

AddRefOnChannelForCyclicBrush(ICyclicBrush,Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • cyclicBrush
    • Type:ICyclicBrush
    • Description:N/A
  • channel
    • Type:Channel
    • Description:N/A

ReleaseOnChannelForCyclicBrush(ICyclicBrush,Channel)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • cyclicBrush
    • Type:ICyclicBrush
    • Description:N/A
  • channel
    • Type:Channel
    • Description:N/A

VerifyAPIReadOnly()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

VerifyAPIReadOnly(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:DependencyObject
    • Description:N/A

VerifyAPIReadWrite()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

VerifyAPIReadWrite(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:DependencyObject
    • Description:N/A

Precompute()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

PrecomputeContent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

PrecomputeRecursive(Rect&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bboxSubgraph
    • Type:Rect&
    • Description:N/A

Render(RenderContext,UInt32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ctx
    • Type:RenderContext
    • Description:N/A
  • childIndex
    • Type:UInt32
    • Description:N/A

RenderRecursive(RenderContext)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ctx
    • Type:RenderContext
    • Description:N/A

Enter()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

Exit()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InvalidateHitTestBounds()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

HitTest(Point)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResult
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A

HitTest(Point,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResult
  • Description:N/A
Parameters
  • point
    • Type:Point
    • Description:N/A
  • include2DOn3D
    • Type:Boolean
    • Description:N/A

HitTest(HitTestFilterCallback,HitTestResultCallback,HitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • hitTestParameters
    • Type:HitTestParameters
    • Description:N/A

HitTestPoint(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResultBehavior
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • pointParams
    • Type:PointHitTestParameters
    • Description:N/A

TransformToOuterSpace()

  • N/A
Remarks
  • N/A
Return Value
  • Type:GeneralTransform
  • Description:N/A
Parameters

HitTestGeometry(HitTestFilterCallback,HitTestResultCallback,GeometryHitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResultBehavior
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • geometryParams
    • Type:GeometryHitTestParameters
    • Description:N/A

HitTestPointInternal(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters)

  • N/A
Remarks
  • N/A
Return Value
  • Type:HitTestResultBehavior
  • Description:N/A
Parameters
  • filterCallback
    • Type:HitTestFilterCallback
    • Description:N/A
  • resultCallback
    • Type:HitTestResultCallback
    • Description:N/A
  • hitTestParameters
    • Type:PointHitTestParameters
    • Description:N/A

InternalGetVisualChild(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Visual
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

InternalGet2DOr3DVisualChild(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

InternalAddVisualChild(Visual)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

InternalRemoveVisualChild(Visual)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

AddVisualChild(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#AddVisualChild.28Visual.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

RemoveVisualChild(Visual)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#RemoveVisualChild.28Visual.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • child
    • Type:Visual
    • Description:N/A

InvalidateZOrder()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InternalSetOffsetWorkaround(Vector)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • offset
    • Type:Vector
    • Description:N/A

InternalSetTransformWorkaround(Transform)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • transform
    • Type:Transform
    • Description:N/A

BitmapEffectEmulationChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

ChangeVisualClip(Geometry,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newClip
    • Type:Geometry
    • Description:N/A
  • dontSetWhenClose
    • Type:Boolean
    • Description:N/A

DisconnectAttachedResource(VisualProxyFlags,IResource)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • correspondingFlag
    • Type:VisualProxyFlags
    • Description:N/A
  • attachedResource
    • Type:IResource
    • Description:N/A

FireOnVisualParentChanged(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldParent
    • Type:DependencyObject
    • Description:N/A

OnVisualChildrenChanged(DependencyObject,DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • visualAdded
    • Type:DependencyObject
    • Description:N/A
  • visualRemoved
    • Type:DependencyObject
    • Description:N/A

SetFlagsToRoot(Boolean,VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A
  • flag
    • Type:VisualFlags
    • Description:N/A

FindFirstAncestorWithFlagsAnd(VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject
  • Description:N/A
Parameters
  • flag
    • Type:VisualFlags
    • Description:N/A

TrySimpleTransformToAncestor(Visual,Boolean,GeneralTransform&,Matrix&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual
    • Description:N/A
  • inverse
    • Type:Boolean
    • Description:N/A
  • generalTransform
    • Type:GeneralTransform&
    • Description:N/A
  • simpleTransform
    • Type:Matrix&
    • Description:N/A

TrySimpleTransformToAncestor(Visual3D,GeneralTransform2DTo3D&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ancestor
    • Type:Visual3D
    • Description:N/A
  • transformTo3D
    • Type:GeneralTransform2DTo3D&
    • Description:N/A

ClipChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

ScrollableAreaClipChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

TransformChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

EffectChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

CacheModeChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

GuidelinesChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

OpacityMaskChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

ContentsChanged(Object,EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

SetFlagsOnAllChannels(Boolean,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A
  • flagsToChange
    • Type:VisualProxyFlags
    • Description:N/A

SetFlags(Channel,Boolean,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A
  • flagsToChange
    • Type:VisualProxyFlags
    • Description:N/A

SetFlags(Boolean,VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A
  • flags
    • Type:VisualFlags
    • Description:N/A

CheckFlagsOnAllChannels(VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flagsToCheck
    • Type:VisualProxyFlags
    • Description:N/A

CheckFlagsAnd(Channel,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A
  • flagsToCheck
    • Type:VisualProxyFlags
    • Description:N/A

CheckFlagsAnd(VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flags
    • Type:VisualFlags
    • Description:N/A

CheckFlagsOr(Channel,VisualProxyFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • channel
    • Type:Channel
    • Description:N/A
  • flagsToCheck
    • Type:VisualProxyFlags
    • Description:N/A

CheckFlagsOr(VisualFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flags
    • Type:VisualFlags
    • Description:N/A

PropagateChangedFlags()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Seal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetValueEntry(EntryIndex,DependencyProperty,PropertyMetadata,RequestFlags)

  • N/A
Remarks
  • N/A
Return Value
  • Type:EffectiveValueEntry
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • requests
    • Type:RequestFlags
    • Description:N/A

SetValue(DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

SetCurrentValue(DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

SetValueInternal(DependencyProperty,Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetCurrentValueInternal(DependencyProperty,Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetDeferredValue(DependencyProperty,DeferredReference)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • deferredReference
    • Type:DeferredReference
    • Description:N/A

SetCurrentDeferredValue(DependencyProperty,DeferredReference)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • deferredReference
    • Type:DeferredReference
    • Description:N/A

SetMutableDefaultValue(DependencyProperty,Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A

SetValue(DependencyPropertyKey,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyPropertyKey
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

ProvideSelfAsInheritanceContext(Object,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • value
    • Type:Object
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

ProvideSelfAsInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • doValue
    • Type:DependencyObject
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

RemoveSelfAsInheritanceContext(Object,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • value
    • Type:Object
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

RemoveSelfAsInheritanceContext(DependencyObject,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • doValue
    • Type:DependencyObject
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

ContainsValue(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

InvalidateSubProperty(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

NotifySubPropertyChange(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

InvalidateProperty(DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • preserveCurrentValue
    • Type:Boolean
    • Description:N/A

UpdateEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata,EffectiveValueEntry,EffectiveValueEntry&,Boolean,Boolean,OperationType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:UpdateResult
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • oldEntry
    • Type:EffectiveValueEntry
    • Description:N/A
  • newEntry
    • Type:EffectiveValueEntry&
    • Description:N/A
  • coerceWithDeferredReference
    • Type:Boolean
    • Description:N/A
  • coerceWithCurrentValue
    • Type:Boolean
    • Description:N/A
  • operationType
    • Type:OperationType
    • Description:N/A

NotifyPropertyChange(DependencyPropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:DependencyPropertyChangedEventArgs
    • Description:N/A

ShouldSerializeProperty(DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A

GetValueSource(DependencyProperty,PropertyMetadata,Boolean&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:BaseValueSourceInternal
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • hasModifiers
    • Type:Boolean&
    • Description:N/A

GetValueSource(DependencyProperty,PropertyMetadata,Boolean&,Boolean&,Boolean&,Boolean&,Boolean&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:BaseValueSourceInternal
  • Description:N/A
Parameters
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • hasModifiers
    • Type:Boolean&
    • Description:N/A
  • isExpression
    • Type:Boolean&
    • Description:N/A
  • isAnimated
    • Type:Boolean&
    • Description:N/A
  • isCoerced
    • Type:Boolean&
    • Description:N/A
  • isCurrent
    • Type:Boolean&
    • Description:N/A

ReadLocalValueEntry(EntryIndex,DependencyProperty,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • allowDeferredReferences
    • Type:Boolean
    • Description:N/A

HasAnyExpression()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

HasExpression(EntryIndex,DependencyProperty)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A

OnInheritanceContextChanged(EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:EventArgs
    • Description:N/A

Debug_AssertNoInheritanceContextListeners()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

BeginPropertyInitialization()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

EndPropertyInitialization()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

SetIsSelfInheritanceParent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

SynchronizeInheritanceParent(DependencyObject)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • parent
    • Type:DependencyObject
    • Description:N/A

LookupEntry(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:EntryIndex
  • Description:N/A
Parameters
  • targetIndex
    • Type:Int32
    • Description:N/A

SetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata,EffectiveValueEntry,EffectiveValueEntry)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • newEntry
    • Type:EffectiveValueEntry
    • Description:N/A
  • oldEntry
    • Type:EffectiveValueEntry
    • Description:N/A

SetEffectiveValue(EntryIndex,DependencyProperty,Int32,PropertyMetadata,Object,BaseValueSourceInternal)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • targetIndex
    • Type:Int32
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A
  • value
    • Type:Object
    • Description:N/A
  • valueSource
    • Type:BaseValueSourceInternal
    • Description:N/A

UnsetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • entryIndex
    • Type:EntryIndex
    • Description:N/A
  • dp
    • Type:DependencyProperty
    • Description:N/A
  • metadata
    • Type:PropertyMetadata
    • Description:N/A

DetachFromDispatcher()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

GCCollectionMode

  • N/A
Remarks
Return Value

TrackOverlay

  • Gets or sets the track overlay in the MapControl.
Remarks
Return Value

EditOverlay

  • Gets or sets the edit overlay in the MapControl.
Remarks
Return Value

MapUnit

  • Gets or sets the map unit used by the MapControl.
Remarks
  • The MapUnit reflects the data unit.
Return Value

CurrentExtent

  • Gets or sets the current extent of the MapControl.
Remarks
  • The current extent stands for the extent of current position, this is very important metrics to caculate the scale.
Return Value

Overlays

  • This property gets the collection of Overlays in the MapControl.
Remarks
Return Value
  • Type:Grid

MapTools

  • Gets a object for simply using MapTools.
Remarks
Return Value
  • Type:Double

CurrentResolution

  • Gets or sets current resolution.
Remarks
Return Value

MapResizeMode

  • Gets a strategy for changing extent when resizes map control.
Remarks
Return Value
  • Type:Double

MinimumScale

  • This property gets and sets a minimum scale when navigating the map. When you keep zooming in, and the target scale is smaller than the minimum scale, the zooming operation will be stopped.
Remarks
Return Value

BorderBrush

  • N/A
Remarks
Return Value
  • Type:Thickness

Background

  • N/A
Remarks
Return Value
  • Type:Brush

FontFamily

  • N/A
Remarks
Return Value
  • Type:Double

FontStretch

  • N/A
Remarks
Return Value
  • Type:FontStyle

FontWeight

  • N/A
Remarks
Return Value
  • Type:HorizontalAlignment

VerticalContentAlignment

  • N/A
Remarks
Return Value
  • Type:Int32

IsTabStop

  • N/A
Remarks
Return Value
  • Type:Thickness

Template

  • N/A
Remarks
Return Value
  • Type:Style

OverridesDefaultStyle

  • N/A
Remarks
Return Value
  • Type:Boolean

Triggers

  • N/A
Remarks
Return Value
  • Type:DependencyObject

Resources

  • N/A
Remarks
Return Value
  • Type:Object

BindingGroup

  • N/A
Remarks
Return Value
  • Type:XmlLanguage

Name

  • N/A
Remarks
Return Value
  • Type:Object

InputScope

  • N/A
Remarks
Return Value
  • Type:Double

ActualHeight

  • N/A
Remarks
Return Value
  • Type:Transform

Width

  • N/A
Remarks
Return Value
  • Type:Double

MaxWidth

  • N/A
Remarks
Return Value
  • Type:Double

MinHeight

  • N/A
Remarks
Return Value
  • Type:Double

FlowDirection

  • N/A
Remarks
Return Value
  • Type:Thickness

HorizontalAlignment

  • N/A
Remarks
Return Value
  • Type:VerticalAlignment

FocusVisualStyle

  • N/A
Remarks
Return Value
  • Type:Cursor

ForceCursor

  • N/A
Remarks
Return Value
  • Type:Boolean

IsLoaded

  • N/A
Remarks
Return Value
  • Type:Object

ContextMenu

  • N/A
Remarks
Return Value
  • Type:DependencyObject

HasAnimatedProperties

  • N/A
Remarks
Return Value
  • Type:InputBindingCollection

CommandBindings

  • N/A
Remarks
Return Value
  • Type:Boolean

DesiredSize

  • N/A
Remarks
Return Value
  • Type:Boolean

IsArrangeValid

  • N/A
Remarks
Return Value
  • Type:Size

RenderTransform

  • N/A
Remarks
Return Value
  • Type:Point

IsMouseDirectlyOver

  • N/A
Remarks
Return Value
  • Type:Boolean

IsStylusOver

  • N/A
Remarks
Return Value
  • Type:Boolean

IsMouseCaptured

  • N/A
Remarks
Return Value
  • Type:Boolean

IsStylusDirectlyOver

  • N/A
Remarks
Return Value
  • Type:Boolean

IsStylusCaptureWithin

  • N/A
Remarks
Return Value
  • Type:Boolean

IsInputMethodEnabled

  • N/A
Remarks
Return Value
  • Type:Double

OpacityMask

  • N/A
Remarks
Return Value
  • Type:Effect

BitmapEffectInput

  • N/A
Remarks
  • N/A
Return Value
  • Type:BitmapEffectInput

CacheMode

  • N/A
Remarks
Return Value
  • Type:String

Visibility

  • N/A
Remarks
Return Value
  • Type:Boolean

Clip

  • N/A
Remarks
Return Value
  • Type:Boolean

IsFocused

  • N/A
Remarks
Return Value
  • Type:Boolean

IsHitTestVisible

  • N/A
Remarks
Return Value
  • Type:Boolean

Focusable

  • N/A
Remarks
Return Value
  • Type:Boolean

AreAnyTouchesOver

  • N/A
Remarks
Return Value
  • Type:Boolean

AreAnyTouchesCapturedWithin

  • N/A
Remarks
Return Value
  • Type:Boolean

TouchesCaptured

  • N/A
Remarks
Return Value
  • Type:IEnumerable<TouchDevice>

TouchesOver

  • N/A
Remarks
Return Value
  • Type:IEnumerable<TouchDevice>

DependencyObjectType

  • N/A
Remarks
Return Value
  • Type:Boolean

Dispatcher

  • N/A
Remarks
Return Value
  • Type:Canvas

EventCanvas

  • Gets a canvas control to hook all the events of the map.
Remarks
  • For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#EventCanvas// == Return Value == * Type:Canvas TemplateInternal * N/A == Remarks == * N/A == Return Value == * Type:FrameworkTemplate TemplateCache * N/A == Remarks == * N/A == Return Value == * Type:FrameworkTemplate HandlesScrolling * N/A == Remarks == * N/A == Return Value == * Type:Boolean VisualStateChangeSuspended * N/A == Remarks == * N/A == Return Value == * Type:Boolean DefaultStyleKey * N/A == Remarks == * N/A == Return Value == * Type:Object ThemeStyle * N/A == Remarks == * N/A == Return Value == * Type:Style DTypeThemeStyleKey * N/A == Remarks == * N/A == Return Value == * Type:DependencyObjectType IsTemplateRoot * N/A == Remarks == * N/A == Return Value == * Type:Boolean TemplateChild * N/A == Remarks == * N/A == Return Value == * Type:UIElement StateGroupsRoot * N/A == Remarks == * N/A == Return Value == * Type:FrameworkElement VisualChildrenCount * N/A == Remarks == * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VisualChildrenCount//
Return Value
  • Type:Int32

HasResources

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

InheritanceBehavior

  • N/A
Remarks
  • N/A
Return Value
  • Type:InheritanceBehavior

HasResourceReference

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsLogicalChildrenIterationInProgress

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

InVisibilityCollapsedTree

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

SubtreeHasLoadedChangeHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsLoadedCache

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsParentAnFE

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsTemplatedParentAnFE

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasLogicalChildren

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsRightToLeft

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

TemplateChildIndex

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

IsRequestingExpression

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

BypassLayoutPolicies

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

EffectiveValuesInitialSize

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

LogicalChildren

  • N/A
Remarks
  • N/A
Return Value
  • Type:IEnumerator

ThisHasLoadedChangeEventHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasFefLoadedChangeHandler

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

InheritanceContext

  • N/A
Remarks
  • N/A
Return Value
  • Type:DependencyObject

IsStyleUpdateInProgress

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsThemeStyleUpdateInProgress

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

StoresParentTemplateValues

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasNumberSubstitutionChanged

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasTemplateGeneratedSubTree

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasImplicitStyleFromResources

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ShouldLookupImplicitStyles

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsStyleSetFromGenerator

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasStyleChanged

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasTemplateChanged

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasStyleInvalidated

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasStyleEverBeenFetched

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasLocalStyle

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasThemeStyleEverBeenFetched

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

AncestorChangeInProgress

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

InheritableProperties

  • N/A
Remarks
  • N/A
Return Value
  • Type:FrugalObjectList<DependencyProperty>

LoadedPending

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object[]

UnloadedPending

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object[]

HasMultipleInheritanceContexts

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

PotentiallyHasMentees

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

InputBindingsInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:InputBindingCollection

CommandBindingsInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:CommandBindingCollection

EventHandlersStore

  • N/A
Remarks
  • N/A
Return Value
  • Type:EventHandlersStore

StylusPlugIns

  • N/A
Remarks
Return Value
  • Type:Boolean

PreviousArrangeRect

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect

HasAutomationPeer

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

SnapsToDevicePixelsCache

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ClipToBoundsCache

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

MeasureDirty

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ArrangeDirty

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

MeasureInProgress

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ArrangeInProgress

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

NeverMeasured

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

NeverArranged

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

MeasureDuringArrange

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

AreTransformsClean

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsVisualChildrenIterationInProgress

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsRootElement

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

VisualContentBounds

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect

VisualDescendantBounds

  • N/A
Remarks
  • N/A
Return Value
  • Type:Rect

InternalVisualChildrenCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

InternalVisual2DOr3DChildrenCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

HasVisualChildren

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

TreeLevel

  • N/A
Remarks
  • N/A
Return Value
  • Type:UInt32

VisualParent

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#VisualParent// == Return Value == * Type:DependencyObject InternalVisualParent * N/A == Remarks == * N/A == Return Value == * Type:DependencyObject VisualTransform * N/A == Remarks == * N/A == Return Value == * Type:Transform VisualEffect * N/A == Remarks == * N/A == Return Value == * Type:Effect VisualEffectInternal * N/A == Remarks == * N/A == Return Value == * Type:Effect VisualBitmapEffect * N/A == Remarks == * N/A == Return Value == * Type:BitmapEffect VisualBitmapEffectInput * N/A == Remarks == * N/A == Return Value == * Type:BitmapEffectInput BitmapEffectEmulationDisabled * N/A == Remarks == * N/A == Return Value == * Type:Boolean VisualBitmapEffectInternal * N/A == Remarks == * N/A == Return Value == * Type:BitmapEffect VisualBitmapEffectInputInternal * N/A == Remarks == * N/A == Return Value == * Type:BitmapEffectInput VisualCacheMode * N/A == Remarks == * N/A == Return Value == * Type:CacheMode VisualScrollableAreaClip * N/A == Remarks == * N/A == Return Value == * Type:Nullable<Rect> VisualClip * N/A == Remarks == * N/A == Return Value == * Type:Geometry VisualOffset * N/A == Remarks == * N/A == Return Value == * Type:Vector VisualOpacity * N/A == Remarks == * N/A == Return Value == * Type:Double VisualEdgeMode * N/A == Remarks == * N/A == Return Value == * Type:EdgeMode VisualBitmapScalingMode * N/A == Remarks == * N/A == Return Value == * Type:BitmapScalingMode VisualClearTypeHint * N/A == Remarks == * N/A == Return Value == * Type:ClearTypeHint VisualTextRenderingMode * N/A == Remarks == * N/A == Return Value == * Type:TextRenderingMode VisualTextHintingMode * N/A == Remarks == * N/A == Return Value == * Type:TextHintingMode VisualOpacityMask * N/A == Remarks == * N/A == Return Value == * Type:Brush VisualXSnappingGuidelines * N/A == Remarks == * N/A == Return Value == * Type:DoubleCollection VisualYSnappingGuidelines * N/A == Remarks == * N/A == Return Value == * Type:DoubleCollection ClipChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler ScrollableAreaClipChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler TransformChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler EffectChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler CacheModeChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler GuidelinesChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler OpacityMaskChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler ContentsChangedHandler * N/A == Remarks == * N/A == Return Value == * Type:EventHandler IsInheritanceContextSealed * N/A == Remarks == * N/A == Return Value == * Type:Boolean Freezable_Frozen * N/A == Remarks == * N/A == Return Value == * Type:Boolean Freezable_HasMultipleInheritanceContexts * N/A == Remarks == * N/A == Return Value == * Type:Boolean Freezable_UsingHandlerList * N/A == Remarks == * N/A == Return Value == * Type:Boolean Freezable_UsingContextList * N/A == Remarks == * N/A == Return Value == * Type:Boolean Freezable_UsingSingletonHandler * N/A == Remarks == * N/A == Return Value == * Type:Boolean Freezable_UsingSingletonContext * N/A == Remarks == * N/A == Return Value == * Type:Boolean Animatable_IsResourceInvalidationNecessary * N/A == Remarks == * N/A == Return Value == * Type:Boolean IAnimatable_HasAnimatedProperties * N/A == Remarks == * N/A == Return Value == * Type:Boolean CanBeInheritanceContext * N/A == Remarks == * N/A == Return Value == * Type:Boolean EffectiveValues * N/A == Remarks == * N/A == Return Value == * Type:EffectiveValueEntry[] EffectiveValuesCount * N/A == Remarks == * N/A == Return Value == * Type:UInt32 InheritableEffectiveValuesCount * N/A == Remarks == * N/A == Return Value == * Type:UInt32 InheritanceParent * N/A == Remarks == * N/A == Return Value == * Type:DependencyObject IsSelfInheritanceParent * N/A == Remarks == * N/A == Return Value == * Type:Boolean ==== Public Events ==== MapClick * Occurs when clicking on the map. == Remarks == * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29//

Event Arguments:MapClickWpfMapEventArgs

MapTap

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:

Event Arguments:MapTapWpfMapEventArgs

MapDoubleClick

  • Occurs when double click on the map.
Remarks

Event Arguments:CurrentExtentChangingWpfMapEventArgs

ZoomLevelSetChanged

  • N/A
Remarks

Event Arguments:CurrentExtentChangedWpfMapEventArgs

CurrentScaleChanging

  • Occurs before map's current scale is changing.
Remarks

Event Arguments:CurrentScaleChangedWpfMapEventArgs

OverlayDrawing

  • Occurs before an overlay is drawing.
Remarks

Event Arguments:OverlayDrawnWpfMapEventArgs

OverlaysDrawing

  • Occurs before all overlays are drawing.
Remarks

Event Arguments:OverlaysDrawnWpfMapEventArgs

PreviewMouseDoubleClick

  • N/A
Remarks

Event Arguments:

TargetUpdated

  • N/A
Remarks

Event Arguments:DataTransferEventArgs

DataContextChanged

  • N/A
Remarks

Event Arguments:

SizeChanged

  • N/A
Remarks

Event Arguments:

Loaded

  • N/A
Remarks

Event Arguments:

ToolTipOpening

  • N/A
Remarks

Event Arguments:

ContextMenuOpening

  • N/A
Remarks

Event Arguments:

PreviewMouseDown

  • N/A
Remarks

Event Arguments:

PreviewMouseUp

  • N/A
Remarks

Event Arguments:

PreviewMouseLeftButtonDown

  • N/A
Remarks

Event Arguments:

PreviewMouseLeftButtonUp

  • N/A
Remarks

Event Arguments:

PreviewMouseRightButtonDown

  • N/A
Remarks

Event Arguments:

PreviewMouseRightButtonUp

  • N/A
Remarks

Event Arguments:

PreviewMouseMove

  • N/A
Remarks

Event Arguments:

PreviewMouseWheel

  • N/A
Remarks

Event Arguments:

MouseEnter

  • N/A
Remarks

Event Arguments:

GotMouseCapture

  • N/A
Remarks

Event Arguments:

QueryCursor

  • N/A
Remarks

Event Arguments:

StylusDown

  • N/A
Remarks

Event Arguments:

StylusUp

  • N/A
Remarks

Event Arguments:

StylusMove

  • N/A
Remarks

Event Arguments:

StylusInAirMove

  • N/A
Remarks

Event Arguments:

StylusLeave

  • N/A
Remarks

Event Arguments:

StylusInRange

  • N/A
Remarks

Event Arguments:

StylusOutOfRange

  • N/A
Remarks

Event Arguments:

StylusSystemGesture

  • N/A
Remarks

Event Arguments:

LostStylusCapture

  • N/A
Remarks

Event Arguments:

StylusButtonUp

  • N/A
Remarks

Event Arguments:

PreviewStylusButtonUp

  • N/A
Remarks

Event Arguments:

KeyDown

  • N/A
Remarks

Event Arguments:

KeyUp

  • N/A
Remarks

Event Arguments:

GotKeyboardFocus

  • N/A
Remarks

Event Arguments:

LostKeyboardFocus

  • N/A
Remarks

Event Arguments:

TextInput

  • N/A
Remarks

Event Arguments:

QueryContinueDrag

  • N/A
Remarks

Event Arguments:

GiveFeedback

  • N/A
Remarks

Event Arguments:

DragEnter

  • N/A
Remarks

Event Arguments:

DragOver

  • N/A
Remarks

Event Arguments:

DragLeave

  • N/A
Remarks

Event Arguments:

Drop

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchDown

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchMove

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchUp

  • N/A
Remarks

Event Arguments:TouchEventArgs

LostTouchCapture

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchLeave

  • N/A
Remarks

Event Arguments:

IsKeyboardFocusWithinChanged

  • N/A
Remarks

Event Arguments:

IsMouseCaptureWithinChanged

  • N/A
Remarks

Event Arguments:

IsStylusCapturedChanged

  • N/A
Remarks

Event Arguments:

IsKeyboardFocusedChanged

  • N/A
Remarks

Event Arguments:

GotFocus

  • N/A
Remarks

Event Arguments:

IsEnabledChanged

  • N/A
Remarks

Event Arguments:

IsVisibleChanged

  • N/A
Remarks

Event Arguments:

ManipulationStarting

  • N/A
Remarks

Event Arguments:ManipulationStartedEventArgs

ManipulationDelta

  • N/A
Remarks

Event Arguments:ManipulationInertiaStartingEventArgs

ManipulationBoundaryFeedback

  • N/A
Remarks

Event Arguments:ManipulationCompletedEventArgs

thinkgeo.mapsuite.wpfdesktopedition.wpfmap.txt · Last modified: 2017/03/16 21:59 (external edit)