User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.wpfmap

ThinkGeo.MapSuite.DesktopEdition.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.

The Map Control used to develop a WPF application.

Inheritance Hierarchy

  • System.Object
    • System.Windows.Threading.DispatcherObject
      • System.Windows.DependencyObject
        • System.Windows.Media.Visual
          • System.Windows.UIElement
            • System.Windows.FrameworkElement
              • System.Windows.Controls.Panel
                • System.Windows.Controls.Canvas
                  • ThinkGeo.MapSuite.DesktopEdition.WpfMap

Members Summary

Public Constructors

WpfMap()

  • Constructor of WPF MapControl.
Remarks
  • In this constructor, we will initilize some class modular variables and hook up some events.
Parameters

Protected Constructors

Public Methods

Dispose()

  • Releases all resources used by the MapControl.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetBitmap(Single,Single)

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

ZoomIn(Int32)

  • This method will zoom in the currentExtent by the percentage provided.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomIn.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom in.

ZoomIntoCenter(Int32,Feature)

  • This method will zoom in and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Feature.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom in.
  • centerFeature
    • Type:Feature
    • Description:This parameter is the feature you want to center on.

ZoomIntoCenter(Int32,PointShape)

  • This method will zoom in and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_PointShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom in.
  • worldPoint
    • Description:This parameter is the world point you want to center on.

ZoomIntoCenter(Int32,Single,Single)

  • This method will zoom in and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom in.
  • screenX
    • Type:Single
    • Description:This parameter is the screen X you want to center on.
  • screenY
    • Type:Single
    • Description:This parameter is the screen Y you want to center on.

ZoomIntoCenter(Int32,ScreenPointF)

  • This method will zoom in and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomIntoCenter.28Int32.2C_ScreenPointF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom in.
  • screenPoint
    • Description:This parameter is the screen point you want to center on.

ZoomOut(Int32)

  • This method will zoom out the currentExtent by the percentage provided.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomOut.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom out.

ZoomOutToCenter(Int32,Feature)

  • This method will zoom out and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Feature.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom out.
  • centerFeature
    • Type:Feature
    • Description:This parameter is the feature you want to center on.

ZoomOutToCenter(Int32,PointShape)

  • This method will zoom out and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_PointShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom out.
  • worldPoint
    • Description:This parameter is the world point you want to center on.

ZoomOutToCenter(Int32,Single,Single)

  • This method will zoom out and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom out.
  • screenX
    • Type:Single
    • Description:This parameter is the screen X you want to center on.
  • screenY
    • Type:Single
    • Description:This parameter is the screen Y you want to center on.

ZoomOutToCenter(Int32,ScreenPointF)

  • This method will zoom out and center at the currentExtent.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomOutToCenter.28Int32.2C_ScreenPointF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to zoom out.
  • screenPoint
    • Description:This parameter is the screen point you want to center on.

ZoomToScale(Double)

  • This method will zoom the currentExtent to the targetScale.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomToScale.28Double.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:This parameter is the scale you want to zoom to.

ZoomToScale(Double,ScreenPointF)

  • This method will zoom the currentExtent to the new TargetScale with a given offset Screen Point.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomToScale.28Double.2C_ScreenPointF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:This parameter is the scale you want to zoom to.
  • offsetScreenPoint
    • Description:This parameter is the offset Screen Point.

ZoomToScale(Double,Single,Single)

  • This method will zoom the currentExtent to the new TargetScale with a given offset in screen coordinates.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ZoomToScale.28Double.2C_Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:This parameter is the scale you want to zoom to.
  • offsetScreenX
    • Type:Single
    • Description:This parameter is the offsetScreen X.
  • offsetScreenY
    • Type:Single
    • Description:This parameter is the offsetScreen Y.

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.

CenterAt(Feature)

  • This function will center the currentExtent based on the specified center feature.
Remarks
  • This method will change the current extent by centering on the target centerFeature.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • centerFeature
    • Type:Feature
    • Description:This parameter is the feature you want to center on.

CenterAt(Single,Single)

  • This function will center the currentExtent based on the specified screenX and screenY.
Remarks
  • This method will change the current extent by centering on the screenX and screenY coordinates you provide.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • screenX
    • Type:Single
    • Description:This parameter is the screen X coordinate to center on.
  • screenY
    • Type:Single
    • Description:This parameter is the screen Y coordinate to center on.

CenterAt(PointShape)

  • This function will center the currentExtent on the specified worldPoint.
Remarks
  • This method will change the current extent by centering on the worldPoint you provide.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldPoint
    • Description:This parameter is the world point you want to center on.

CenterAt(ScreenPointF)

  • This function will center the currentExtent based on the specified screenPoint.
Remarks
  • This method will change the current extent by centering on the screenPoint you provide.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • screenPoint
    • Description:This parameter is the screen point you want to center on.

FindFeatureLayer(String)

  • This method will search all overlays for a feature layer that has a given layer key.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#FindFeatureLayer.28String.29
Return Value
  • Description:FeatureLayer with the specified key, or Null if nothing was found.
Parameters
  • key
    • Type:String
    • Description:This parameter specifies the key for the returning feature layer.

FindRasterLayer(String)

  • This method will search all overlays for a raster layer that has a given layer key.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#FindRasterLayer.28String.29
Return Value
  • Description:RasterLayer with the specified key, or Null if nothing was found.
Parameters
  • key
    • Type:String
    • Description:This parameter specifies the key for the returning raster layer.

ZoomToPreviousExtent()

  • Reverts the MapControl to the previous extent.
Remarks
  • The MapControl keeps track of all of its previous extents so you can go back one (or more) any time you want.
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToggleMapExtents()

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

Refresh()

  • This API will refresh all of the overlays. This overload's logic is slightly different from other overloads in that it will clear the screen bitmaps and will not delete the tiles if they already exist. If you only want to refresh certain specified overlays, please use the other overloads and pass them into it.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#Refresh.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(Overlay)

  • This API will refresh only one specified overlay. This overload has the same logic as the overloads that accept a group of overlays, but is different from overloads that do not accept parameters. It will delete any tiles that already exist for the specified overlay and will keep the screen bitmaps for other overlays.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#Refresh.28Overlay.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • redrawOverlay

Refresh(IEnumerable<Overlay>)

  • This API will refresh only the specified overlays. This overload has the same logic as the overloads that accept a single specified overlay, but is different from overloads that do not accept parameters. It will delete any tiles that already exist for the specified overlays and will keep the screen bitmaps for other overlays.
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

ShouldSerializeChildren()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ShouldSerializeChildren.28.29
Return Value
  • Type:Boolean
  • 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.DesktopEdition.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.DesktopEdition.WpfMap#ApplyTemplate.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

OnApplyTemplate()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnApplyTemplate.28.29
Return Value
  • Type:Void
  • 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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.WpfMap#VerifyAccess.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#ToString.28.29
Return Value
  • Type:String
  • 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.DesktopEdition.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.DesktopEdition.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

OnMapClick(MapClickWpfMapEventArgs)

  • This event is raised when clicking on the map without any mouse movement (dragging).
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlaysDrawing(OverlaysDrawingWpfMapEventArgs)

  • This event will be fired before the Overlays are drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnOverlaysDrawing.28OverlaysDrawingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlaysDrawn(OverlaysDrawnWpfMapEventArgs)

  • This event will be fired after the Overlays have been drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnOverlaysDrawn.28OverlaysDrawnWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlayDrawing(OverlayDrawingWpfMapEventArgs)

  • This event will be fired before the Overlay is drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnOverlayDrawing.28OverlayDrawingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnOverlayDrawn(OverlayDrawnWpfMapEventArgs)

  • This event will be fired after the Overlay has been drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnOverlayDrawn.28OverlayDrawnWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentScaleChanged(CurrentScaleChangedWpfMapEventArgs)

  • Raised when the CurrentScale of the map changes.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnCurrentScaleChanged.28CurrentScaleChangedWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentExtentChanged(CurrentExtentChangedWpfMapEventArgs)

  • Raised when the CurrentExtent of the map changes.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnCurrentExtentChanged.28CurrentExtentChangedWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentScaleChanging(CurrentScaleChangingWpfMapEventArgs)

  • Raised before the CurrentScale of the map changes.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnCurrentScaleChanging.28CurrentScaleChangingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentExtentChanging(CurrentExtentChangingWpfMapEventArgs)

  • Raised before the CurrentExtent of the map changes.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnCurrentExtentChanging.28CurrentExtentChangingWpfMapEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnRender(DrawingContext)

  • Overrides the OnRender function in the Canvas which the WpfMap Control inherits from.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnRender.28DrawingContext.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dc
    • Type:DrawingContext
    • Description:The DrawingContext on which the BitmapSource is to be drawn.

Finalize()

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

MeasureOverride(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.WpfMap#ArrangeOverride.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • arrangeSize
    • Type:Size
    • 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.DesktopEdition.WpfMap#GetLayoutClip.28Size.29
Return Value
  • Type:Geometry
  • Description:N/A
Parameters
  • layoutSlotSize
    • Type:Size
    • Description:N/A

OnIsItemsHostChanged(Boolean,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnIsItemsHostChanged.28Boolean.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldIsItemsHost
    • Type:Boolean
    • Description:N/A
  • newIsItemsHost
    • Type:Boolean
    • 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.DesktopEdition.WpfMap#GetVisualChild.28Int32.29
Return Value
  • Type:Visual
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

CreateUIElementCollection(FrameworkElement)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#CreateUIElementCollection.28FrameworkElement.29
Return Value
  • Type:UIElementCollection
  • Description:N/A
Parameters
  • logicalParent
    • Type:FrameworkElement
    • Description:N/A

EnsureGenerator()

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

OnClearChildrenInternal()

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

GenerateChildren()

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

OnItemsChangedInternal(Object,ItemsChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • args
    • Type:ItemsChangedEventArgs
    • 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

InvalidateZState()

  • N/A
Remarks
  • N/A
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

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

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

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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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

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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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

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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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

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.DesktopEdition.WpfMap#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

BackgroundOverlay

  • This property gets or sets the background overlay.
Remarks
Return Value

EditOverlay

  • This property gets or sets the edit overlay in the MapControl.
Remarks
Return Value

ExtentOverlay

  • This property gets or sets the extent overlay in the MapControl.
Remarks
Return Value
Remarks
  • The MapUnit reflects the data unit.
Return Value

MapFocusMode

  • This property gets or sets the MapFocusMode for the MapControl when dealing with the issue of the map taking focus.
Remarks
Return Value

CurrentScale

  • Gets or sets the current scale of the MapControl.
Remarks
  • When you set the scale, the <strong>CurrentExtent</strong> will change, but the center of the <strong>CurrentExtent</strong> stays the same.
Return Value
  • Type:Double

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

ZoomLevelSet

  • This property gets or sets the ZoomLevelSet used for the MapControl.
Remarks
Return Value

MinimumScale

  • This property gets or sets the MinimumScale your MapControl can zoom into when your ZoomLevelSnappingMode is set to None.
Remarks
  • If your ZoomLevelSnappingMode is set to either Default or SnapUp, the minimum scale you can zoom into will always be the minimum level from the 20 preset scales. If the MinimumScale value you set here is larger than the smallest scale available in the preset scales, the next preset that is larger than your MinimumScale will be chosen.
Return Value
  • Type:Double

MaximumScale

  • This property will gets or sets the MaximumScale your MapControl can zoom out to when your ZoomLevelSnappingMode is set to None.
Remarks
  • If your ZoomLevelSnappingMode is set to Default or SnapUp, the maximum scale you can zoom out to will always be the maximum level from the 20 preset scales. If the MaximumScale value you set here is larger than the largest scale available in the preset scales, the next preset that is smaller than your MaximumScale will be chosen.
Return Value
  • Type:Double

ThreadingMode

  • This property gets or sets the ThreadingMode used in the MapControl.
Remarks
  • Currently, we provide two different ThreadingModes: single-threaded mode and multi-threaded mode. The major difference for multi-threaded mode is that the drawing logic for overlays is done in another thread instead of the main thread.
Return Value

Background

  • N/A
Remarks
Return Value
  • Type:UIElementCollection

IsItemsHost

  • N/A
Remarks
Return Value
  • Type:Orientation

HasLogicalOrientationPublic

  • 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:Int32

Generator

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

VSP_IsVirtualizing

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

VSP_HasMeasured

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

VSP_MustDisableVirtualization

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

VSP_IsPixelBased

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

VSP_InRecyclingMode

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

VSP_MeasureCaches

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

IsDataBound

  • 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

TemplateInternal

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

TemplateCache

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

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

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

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.DesktopEdition.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 * This event will be fired when you click on the Map. == Remarks == * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WpfMap#OnMapClick.28MapClickWpfMapEventArgs.29//

Event Arguments:MapClickWpfMapEventArgs

OverlaysDrawing

  • This event will be fired before all overlays are drawn.
Remarks

Event Arguments:OverlaysDrawnWpfMapEventArgs

OverlayDrawing

  • This event will be fired before an overlay is drawn.
Remarks

Event Arguments:OverlayDrawnWpfMapEventArgs

CurrentExtentChanging

  • This event will be raised before the CurrentExtent of the Map changes.
Remarks

Event Arguments:CurrentExtentChangedWpfMapEventArgs

CurrentScaleChanged

  • This event will be raised after the CurrentScale of the Map changes.
Remarks

Event Arguments:CurrentScaleChangingWpfMapEventArgs

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.desktopedition.wpfmap.txt · Last modified: 2017/03/16 21:59 (external edit)