User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.uritile

ThinkGeo.MapSuite.WpfDesktopEdition.UriTile

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.

Represents a tile for requesting from an Uri.

Inheritance Hierarchy

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

Members Summary

Public Constructors

UriTile()

  • Initializes a new instance of the class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#UriTile.28.29
Parameters

Protected Constructors

Public Methods

CommitDrawing(GeoCanvas,Object)

  • Commits the drawing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#CommitDrawing.28GeoCanvas.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
  • nativeImage
    • Type:Object
    • Description:The native image.

ToImageSource(Object)

  • Transform native image to the image source.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#ToImageSource.28Object.29
Return Value
  • Type:ImageSource
  • Description:N/A
Parameters
  • nativeImage
    • Type:Object
    • Description:The native image.

OnApplyTemplate()

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

DrawAsync(GeoCanvas)

  • Draws the image for tile in an asynchronous way.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#DrawAsync.28GeoCanvas.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas

Draw(GeoCanvas)

  • This method draws the image for tile.
Remarks
  • This method is the concrete wrapper for the virtual method DrawCore. This method draws the representation for the overlay based on the extent you provided.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.

Dispose()

  • This method implements the IDispose method. This method is the concrete wrapper for the abstract method DisposeCore.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ShouldSerializeContent()

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

ShouldSerializeStyle()

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

ApplyTemplate()

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

BeginStoryboard(Storyboard)

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

BeginStoryboard(Storyboard,HandoffBehavior)

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

BeginStoryboard(Storyboard,HandoffBehavior,Boolean)

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

ShouldSerializeTriggers()

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

ShouldSerializeResources()

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

FindResource(Object)

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

TryFindResource(Object)

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

SetResourceReference(DependencyProperty,Object)

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

GetBindingExpression(DependencyProperty)

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

SetBinding(DependencyProperty,BindingBase)

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

SetBinding(DependencyProperty,String)

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

BringIntoView()

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

BringIntoView(Rect)

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

MoveFocus(TraversalRequest)

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

PredictFocus(FocusNavigationDirection)

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

BeginInit()

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

EndInit()

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

RegisterName(String,Object)

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

UnregisterName(String)

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

FindName(String)

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

UpdateDefaultStyle()

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

ApplyAnimationClock(DependencyProperty,AnimationClock)

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

ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior)

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

BeginAnimation(DependencyProperty,AnimationTimeline)

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

BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior)

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

GetAnimationBaseValue(DependencyProperty)

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

ShouldSerializeInputBindings()

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

ShouldSerializeCommandBindings()

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

RaiseEvent(RoutedEventArgs)

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

AddHandler(RoutedEvent,Delegate)

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

AddHandler(RoutedEvent,Delegate,Boolean)

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

RemoveHandler(RoutedEvent,Delegate)

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

AddToEventRoute(EventRoute,RoutedEventArgs)

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

InvalidateMeasure()

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

InvalidateArrange()

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

InvalidateVisual()

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

Measure(Size)

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

Arrange(Rect)

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

UpdateLayout()

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

TranslatePoint(Point,UIElement)

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

InputHitTest(Point)

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

CaptureMouse()

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

ReleaseMouseCapture()

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

CaptureStylus()

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

ReleaseStylusCapture()

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

Focus()

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

CaptureTouch(TouchDevice)

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

ReleaseTouchCapture(TouchDevice)

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

ReleaseAllTouchCaptures()

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

IsAncestorOf(DependencyObject)

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

IsDescendantOf(DependencyObject)

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

FindCommonVisualAncestor(DependencyObject)

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

TransformToAncestor(Visual)

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

TransformToAncestor(Visual3D)

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

TransformToDescendant(Visual)

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

TransformToVisual(Visual)

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

PointToScreen(Point)

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

PointFromScreen(Point)

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

Equals(Object)

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

GetHashCode()

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

GetValue(DependencyProperty)

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

SetValue(DependencyProperty,Object)

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

SetCurrentValue(DependencyProperty,Object)

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

SetValue(DependencyPropertyKey,Object)

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

ClearValue(DependencyProperty)

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

ClearValue(DependencyPropertyKey)

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

CoerceValue(DependencyProperty)

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

InvalidateProperty(DependencyProperty)

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

ReadLocalValue(DependencyProperty)

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

GetLocalValueEnumerator()

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

CheckAccess()

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

VerifyAccess()

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

GetType()

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

Protected Methods

DrawCore(GeoCanvas)

  • This method requests image from an Uri.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#DrawCore.28GeoCanvas.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
    • Type:GeoCanvas
    • Description:A GeoCanvas object that holds the parameters for requesting image.

SendWebRequest(WebRequest)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#SendWebRequest.28WebRequest.29
Return Value
  • Type:WebResponse
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

SendWebRequestCore(WebRequest)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#SendWebRequestCore.28WebRequest.29
Return Value
  • Type:WebResponse
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

OnSendingWebRequest(SendingWebRequestEventArgs)

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

OnSentWebRequest(SentWebRequestEventArgs)

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

CommitDrawingCore(GeoCanvas,Object)

  • Commits the drawing (internal implementation).
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#CommitDrawingCore.28GeoCanvas.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
  • imageSource
    • Type:Object
    • Description:The image source.

ToImageSourceCore(Object)

  • Transform native image to the image source (internal implementation).
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#ToImageSourceCore.28Object.29
Return Value
  • Type:ImageSource
  • Description:N/A
Parameters
  • imageSource
    • Type:Object
    • Description:The image source.

DrawException(GeoCanvas,Exception)

  • This method draws the exception message when the drawing process is crashed.
Remarks
  • This method is the concrete wrapper for the abstract method DrawExceptionCore.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.
  • exception
    • Type:Exception
    • Description:This parameter is the real exception in during drawing process.

DrawExceptionCore(GeoCanvas,Exception)

  • This method draws the exception message when the drawing process is crashed.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#DrawExceptionCore.28GeoCanvas.2C_Exception.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.
  • exception
    • Type:Exception
    • Description:This parameter is the real exception in during drawing process.

OnOpened(EventArgs)

  • This method executs when the Opened event raised.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnOpened.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:EventArgs
    • Description:This parameter maitains the arguments for the Opened event.

OnDrawing(DrawingTileEventArgs)

  • This method raises before the tile is drawing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnDrawing.28DrawingTileEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawn(DrawnTileEventArgs)

  • This method raises after the tile is drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnDrawn.28DrawnTileEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Description:An event argument for the Drawn event in the Tile class.

Finalize()

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

oxc=(Boolean)

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

Dispose(Boolean)

  • This method disposes all the unmanaged resource in the tile.
Remarks
  • When implementing this method, consider the stop the background threading when drawing asynchronously.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

GetPlainText()

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

PrepareContentControl(Object,DataTemplate,DataTemplateSelector,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A
  • itemTemplate
    • Type:DataTemplate
    • Description:N/A
  • itemTemplateSelector
    • Type:DataTemplateSelector
    • Description:N/A
  • itemStringFormat
    • Type:String
    • Description:N/A

ClearContentControl(Object)

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

AddChild(Object)

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

AddText(String)

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

OnContentChanged(Object,Object)

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

OnContentTemplateChanged(DataTemplate,DataTemplate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnContentTemplateChanged.28DataTemplate.2C_DataTemplate.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldContentTemplate
    • Type:DataTemplate
    • Description:N/A
  • newContentTemplate
    • Type:DataTemplate
    • Description:N/A

OnContentTemplateSelectorChanged(DataTemplateSelector,DataTemplateSelector)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnContentTemplateSelectorChanged.28DataTemplateSelector.2C_DataTemplateSelector.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • oldContentTemplateSelector
    • Type:DataTemplateSelector
    • Description:N/A
  • newContentTemplateSelector
    • Type:DataTemplateSelector
    • Description:N/A

OnContentStringFormatChanged(String,String)

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

OnTemplateChangedInternal(FrameworkTemplate,FrameworkTemplate)

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

OnTemplateChanged(ControlTemplate,ControlTemplate)

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

OnPreviewMouseDoubleClick(MouseButtonEventArgs)

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

OnMouseDoubleClick(MouseButtonEventArgs)

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

OnPreApplyTemplate()

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

OnPostApplyTemplate()

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

UpdateVisualState()

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

UpdateVisualState(Boolean)

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

ChangeVisualState(Boolean)

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

ChangeValidationVisualState(Boolean)

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

MeasureOverride(Size)

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

ArrangeOverride(Size)

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

ReadControlFlag(ControlBoolFlags)

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

WriteControlFlag(ControlBoolFlags,Boolean)

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

OnStyleChanged(Style,Style)

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

ParentLayoutInvalidated(UIElement)

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

GetVisualChild(Int32)

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

GetTemplateChild(String)

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

HasNonDefaultValue(DependencyProperty)

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

EvaluateBaseValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

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

GetRawValue(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

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

GetExpressionCore(DependencyProperty,PropertyMetadata)

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

OnPropertyChanged(DependencyPropertyChangedEventArgs)

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

pushTextRenderingMode()

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

OnAncestorChanged()

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

OnVisualParentChanged(DependencyObject)

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

OnVisualAncestorChanged(Object,AncestorChangedEventArgs)

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

GetUIParentCore()

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

AdjustEventSource(RoutedEventArgs)

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

AdjustBranchSource(RoutedEventArgs)

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

BuildRouteCore(EventRoute,RoutedEventArgs)

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

BuildRouteCoreHelper(EventRoute,RoutedEventArgs,Boolean)

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

AddToEventRouteCore(EventRoute,RoutedEventArgs)

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

IgnoreModelParentBuildRoute(RoutedEventArgs)

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

InvalidateAutomationAncestorsCore(Stack<DependencyObject>,Boolean&)

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

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

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

MeasureCore(Size)

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

ArrangeCore(Rect)

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

OnRenderSizeChanged(SizeChangedInfo)

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

GetLayoutClip(Size)

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

GetLayoutClipInternal()

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

OnGotFocus(RoutedEventArgs)

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

OnInitialized(EventArgs)

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

OnPresentationSourceChanged(Boolean)

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

OnAddHandler(RoutedEvent,Delegate)

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

OnRemoveHandler(RoutedEvent,Delegate)

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

OnLoaded(RoutedEventArgs)

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

OnUnloaded(RoutedEventArgs)

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

AddSynchronizedInputPreOpportunityHandlerCore(EventRoute,RoutedEventArgs)

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

RaiseClrEvent(EventPrivateKey,EventArgs)

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

OnToolTipOpening(ToolTipEventArgs)

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

OnToolTipClosing(ToolTipEventArgs)

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

OnContextMenuOpening(ContextMenuEventArgs)

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

OnContextMenuClosing(ContextMenuEventArgs)

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

EventHandlersStoreAdd(EventPrivateKey,Delegate)

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

EventHandlersStoreRemove(EventPrivateKey,Delegate)

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

ReadInternalFlag(InternalFlags)

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

ReadInternalFlag2(InternalFlags2)

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

WriteInternalFlag(InternalFlags,Boolean)

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

WriteInternalFlag2(InternalFlags2,Boolean)

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

FindName(String,DependencyObject&)

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

FindResourceOnSelf(Object,Boolean,Boolean)

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

ContextVerifiedGetParent()

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

AddLogicalChild(Object)

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

RemoveLogicalChild(Object)

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

ChangeLogicalParent(DependencyObject)

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

OnNewParent(DependencyObject)

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

OnAncestorChangedInternal(TreeChangeInfo)

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

InvalidateTreeDependentProperties(TreeChangeInfo,Boolean)

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

UpdateStyleProperty()

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

UpdateThemeStyleProperty()

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

OnThemeChanged()

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

FireLoadedOnDescendentsInternal()

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

FireUnloadedOnDescendentsInternal()

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

ShouldProvideInheritanceContext(DependencyObject,DependencyProperty)

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

AddInheritanceContext(DependencyObject,DependencyProperty)

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

RemoveInheritanceContext(DependencyObject,DependencyProperty)

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

OnInheritanceContextChangedCore(EventArgs)

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

ChangeSubtreeHasLoadedChangedHandler(DependencyObject)

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

RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&)

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

EvaluateAnimatedValueCore(DependencyProperty,PropertyMetadata,EffectiveValueEntry&)

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

BuildRoute(EventRoute,RoutedEventArgs)

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

RaiseEvent(RoutedEventArgs,Boolean)

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

RaiseTrustedEvent(RoutedEventArgs)

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

EnsureEventHandlersStore()

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

OnPreviewMouseDown(MouseButtonEventArgs)

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

OnMouseDown(MouseButtonEventArgs)

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

OnPreviewMouseUp(MouseButtonEventArgs)

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

OnMouseUp(MouseButtonEventArgs)

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

OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)

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

OnMouseLeftButtonDown(MouseButtonEventArgs)

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

OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)

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

OnMouseLeftButtonUp(MouseButtonEventArgs)

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

OnPreviewMouseRightButtonDown(MouseButtonEventArgs)

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

OnMouseRightButtonDown(MouseButtonEventArgs)

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

OnPreviewMouseRightButtonUp(MouseButtonEventArgs)

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

OnMouseRightButtonUp(MouseButtonEventArgs)

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

OnPreviewMouseMove(MouseEventArgs)

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

OnMouseMove(MouseEventArgs)

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

OnPreviewMouseWheel(MouseWheelEventArgs)

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

OnMouseWheel(MouseWheelEventArgs)

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

OnMouseEnter(MouseEventArgs)

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

OnMouseLeave(MouseEventArgs)

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

OnGotMouseCapture(MouseEventArgs)

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

OnLostMouseCapture(MouseEventArgs)

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

OnQueryCursor(QueryCursorEventArgs)

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

OnPreviewStylusDown(StylusDownEventArgs)

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

OnStylusDown(StylusDownEventArgs)

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

OnPreviewStylusUp(StylusEventArgs)

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

OnStylusUp(StylusEventArgs)

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

OnPreviewStylusMove(StylusEventArgs)

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

OnStylusMove(StylusEventArgs)

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

OnPreviewStylusInAirMove(StylusEventArgs)

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

OnStylusInAirMove(StylusEventArgs)

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

OnStylusEnter(StylusEventArgs)

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

OnStylusLeave(StylusEventArgs)

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

OnPreviewStylusInRange(StylusEventArgs)

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

OnStylusInRange(StylusEventArgs)

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

OnPreviewStylusOutOfRange(StylusEventArgs)

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

OnStylusOutOfRange(StylusEventArgs)

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

OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)

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

OnStylusSystemGesture(StylusSystemGestureEventArgs)

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

OnGotStylusCapture(StylusEventArgs)

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

OnLostStylusCapture(StylusEventArgs)

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

OnStylusButtonDown(StylusButtonEventArgs)

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

OnStylusButtonUp(StylusButtonEventArgs)

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

OnPreviewStylusButtonDown(StylusButtonEventArgs)

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

OnPreviewStylusButtonUp(StylusButtonEventArgs)

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

OnPreviewKeyDown(KeyEventArgs)

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

OnKeyDown(KeyEventArgs)

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

OnPreviewKeyUp(KeyEventArgs)

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

OnKeyUp(KeyEventArgs)

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

OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)

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

OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

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

OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)

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

OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

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

OnPreviewTextInput(TextCompositionEventArgs)

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

OnTextInput(TextCompositionEventArgs)

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

OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)

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

OnQueryContinueDrag(QueryContinueDragEventArgs)

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

OnPreviewGiveFeedback(GiveFeedbackEventArgs)

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

OnGiveFeedback(GiveFeedbackEventArgs)

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

OnPreviewDragEnter(DragEventArgs)

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

OnDragEnter(DragEventArgs)

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

OnPreviewDragOver(DragEventArgs)

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

OnDragOver(DragEventArgs)

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

OnPreviewDragLeave(DragEventArgs)

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

OnDragLeave(DragEventArgs)

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

OnPreviewDrop(DragEventArgs)

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

OnDrop(DragEventArgs)

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

OnPreviewTouchDown(TouchEventArgs)

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

OnTouchDown(TouchEventArgs)

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

OnPreviewTouchMove(TouchEventArgs)

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

OnTouchMove(TouchEventArgs)

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

OnPreviewTouchUp(TouchEventArgs)

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

OnTouchUp(TouchEventArgs)

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

OnGotTouchCapture(TouchEventArgs)

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

OnLostTouchCapture(TouchEventArgs)

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

OnTouchEnter(TouchEventArgs)

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

OnTouchLeave(TouchEventArgs)

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

OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)

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

OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

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

RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

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

OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)

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

OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)

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

RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)

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

OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)

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

OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)

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

OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)

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

RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)

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

OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)

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

ReadFlag(CoreFlags)

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

WriteFlag(CoreFlags,Boolean)

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

InvalidateMeasureInternal()

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

InvalidateArrangeInternal()

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

OnChildDesiredSizeChanged(UIElement)

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

GetUIParentOrICH(UIElement&,IContentHost&)

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

GetUIParentWithinLayoutIsland()

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

OnRender(DrawingContext)

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

GetHitTestBounds()

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

OnVisualAncestorChanged(Object,AncestorChangedEventArgs)

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

GetUIParent()

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

GetUIParent(Boolean)

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

GetUIParentNo3DTraversal()

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

AddSynchronizedInputPreOpportunityHandler(EventRoute,RoutedEventArgs)

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

AddSynchronizedInputPostOpportunityHandler(EventRoute,RoutedEventArgs)

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

SynchronizedInputPreOpportunityHandler(Object,RoutedEventArgs)

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

SynchronizedInputPostOpportunityHandler(Object,RoutedEventArgs)

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

StartListeningSynchronizedInput(SynchronizedInputType)

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

CancelSynchronizedInput()

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

InputHitTest(Point,IInputElement&,IInputElement&)

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

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

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

SynchronizeReverseInheritPropertyFlags(DependencyObject,Boolean)

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

BlockReverseInheritance()

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

OnAccessKey(AccessKeyEventArgs)

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

HitTestCore(PointHitTestParameters)

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

HitTestCore(GeometryHitTestParameters)

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

RenderOpen()

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

RenderClose(IDrawingContent)

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

FreeContent(Channel)

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

GetContentBounds()

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

WalkContent(DrawingContextWalker)

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

RenderContent(RenderContext,Boolean)

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

GetDrawing()

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

InvokeAccessKey(AccessKeyEventArgs)

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

OnLostFocus(RoutedEventArgs)

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

UpdateIsVisibleCache()

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

OnCreateAutomationPeer()

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

CreateAutomationPeer()

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

GetAutomationPeer()

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

CreateGenericRootAutomationPeer()

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

SetPersistId(Int32)

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

OnManipulationStarting(ManipulationStartingEventArgs)

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

OnManipulationStarted(ManipulationStartedEventArgs)

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

OnManipulationDelta(ManipulationDeltaEventArgs)

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

OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)

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

OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs)

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

OnManipulationCompleted(ManipulationCompletedEventArgs)

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

IsOnChannel(Channel)

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

AddRefOnChannelCore(Channel)

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

ReleaseOnChannelCore(Channel)

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

CalculateSubgraphBoundsInnerSpace()

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

CalculateSubgraphRenderBoundsInnerSpace()

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

CalculateSubgraphBoundsInnerSpace(Boolean)

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

CalculateSubgraphBoundsOuterSpace()

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

CalculateSubgraphRenderBoundsOuterSpace()

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

AddRefOnChannelForCyclicBrush(ICyclicBrush,Channel)

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

ReleaseOnChannelForCyclicBrush(ICyclicBrush,Channel)

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

VerifyAPIReadOnly()

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

VerifyAPIReadOnly(DependencyObject)

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

VerifyAPIReadWrite()

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

VerifyAPIReadWrite(DependencyObject)

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

Precompute()

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

PrecomputeContent()

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

PrecomputeRecursive(Rect&)

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

Render(RenderContext,UInt32)

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

RenderRecursive(RenderContext)

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

Enter()

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

Exit()

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

InvalidateHitTestBounds()

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

HitTest(Point)

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

HitTest(Point,Boolean)

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

HitTest(HitTestFilterCallback,HitTestResultCallback,HitTestParameters)

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

HitTestPoint(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters)

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

TransformToOuterSpace()

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

HitTestGeometry(HitTestFilterCallback,HitTestResultCallback,GeometryHitTestParameters)

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

HitTestPointInternal(HitTestFilterCallback,HitTestResultCallback,PointHitTestParameters)

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

InternalGetVisualChild(Int32)

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

InternalGet2DOr3DVisualChild(Int32)

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

InternalAddVisualChild(Visual)

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

InternalRemoveVisualChild(Visual)

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

AddVisualChild(Visual)

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

RemoveVisualChild(Visual)

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

InvalidateZOrder()

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

InternalSetOffsetWorkaround(Vector)

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

InternalSetTransformWorkaround(Transform)

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

BitmapEffectEmulationChanged(Object,EventArgs)

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

ChangeVisualClip(Geometry,Boolean)

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

DisconnectAttachedResource(VisualProxyFlags,IResource)

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

FireOnVisualParentChanged(DependencyObject)

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

OnVisualChildrenChanged(DependencyObject,DependencyObject)

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

SetFlagsToRoot(Boolean,VisualFlags)

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

FindFirstAncestorWithFlagsAnd(VisualFlags)

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

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

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

TrySimpleTransformToAncestor(Visual3D,GeneralTransform2DTo3D&)

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

ClipChanged(Object,EventArgs)

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

ScrollableAreaClipChanged(Object,EventArgs)

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

TransformChanged(Object,EventArgs)

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

EffectChanged(Object,EventArgs)

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

CacheModeChanged(Object,EventArgs)

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

GuidelinesChanged(Object,EventArgs)

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

OpacityMaskChanged(Object,EventArgs)

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

ContentsChanged(Object,EventArgs)

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

SetFlagsOnAllChannels(Boolean,VisualProxyFlags)

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

SetFlags(Channel,Boolean,VisualProxyFlags)

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

SetFlags(Boolean,VisualFlags)

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

CheckFlagsOnAllChannels(VisualProxyFlags)

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

CheckFlagsAnd(Channel,VisualProxyFlags)

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

CheckFlagsAnd(VisualFlags)

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

CheckFlagsOr(Channel,VisualProxyFlags)

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

CheckFlagsOr(VisualFlags)

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

PropagateChangedFlags()

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

Seal()

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

GetValueEntry(EntryIndex,DependencyProperty,PropertyMetadata,RequestFlags)

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

SetValue(DependencyProperty,Boolean)

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

SetCurrentValue(DependencyProperty,Boolean)

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

SetValueInternal(DependencyProperty,Object)

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

SetCurrentValueInternal(DependencyProperty,Object)

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

SetDeferredValue(DependencyProperty,DeferredReference)

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

SetCurrentDeferredValue(DependencyProperty,DeferredReference)

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

SetMutableDefaultValue(DependencyProperty,Object)

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

SetValue(DependencyPropertyKey,Boolean)

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

ProvideSelfAsInheritanceContext(Object,DependencyProperty)

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

ProvideSelfAsInheritanceContext(DependencyObject,DependencyProperty)

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

RemoveSelfAsInheritanceContext(Object,DependencyProperty)

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

RemoveSelfAsInheritanceContext(DependencyObject,DependencyProperty)

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

ContainsValue(DependencyProperty)

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

InvalidateSubProperty(DependencyProperty)

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

NotifySubPropertyChange(DependencyProperty)

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

InvalidateProperty(DependencyProperty,Boolean)

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

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

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

NotifyPropertyChange(DependencyPropertyChangedEventArgs)

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

ShouldSerializeProperty(DependencyProperty)

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

GetValueSource(DependencyProperty,PropertyMetadata,Boolean&)

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

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

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

ReadLocalValueEntry(EntryIndex,DependencyProperty,Boolean)

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

HasAnyExpression()

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

HasExpression(EntryIndex,DependencyProperty)

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

OnInheritanceContextChanged(EventArgs)

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

Debug_AssertNoInheritanceContextListeners()

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

BeginPropertyInitialization()

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

EndPropertyInitialization()

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

SetIsSelfInheritanceParent()

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

SynchronizeInheritanceParent(DependencyObject)

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

LookupEntry(Int32)

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

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

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

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

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

UnsetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata)

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

DetachFromDispatcher()

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

MemberwiseClone()

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

Public Properties

Uri

  • This property indicates the requesting uri for the tile image source.
Remarks
Return Value
  • Type:Uri

WebProxy

  • This property gets or sets the proxy used for requesting a Web Response.
Remarks
Return Value
  • Type:Int32

ImageSource

  • This property gets the image source for displaying a tile.
Remarks
Return Value

RowIndex

  • Gets or sets tile's row index in tile overlay.
Remarks
Return Value
  • Type:Int64

ZoomLevelIndex

  • Gets or sets current level index in the ZoomLevelSet.
Remarks
Return Value

IsOpened

  • Gets or sets if this tile image is opened. Set this property to true to raise Opened event.
Remarks
Return Value
  • Type:Boolean

DrawingTime

  • Gets or sets the time cost for drawing tile.
Remarks
Return Value

Content

  • N/A
Remarks
Return Value
  • Type:Boolean

ContentTemplate

  • N/A
Remarks
Return Value
  • Type:DataTemplateSelector

ContentStringFormat

  • N/A
Remarks
Return Value
  • Type:Brush

BorderThickness

  • N/A
Remarks
Return Value
  • Type:Brush

Foreground

  • N/A
Remarks
Return Value
  • Type:FontFamily

FontSize

  • N/A
Remarks
Return Value
  • Type:FontStretch

FontStyle

  • N/A
Remarks
Return Value
  • Type:FontWeight

HorizontalContentAlignment

  • N/A
Remarks
Return Value
  • Type:VerticalAlignment

TabIndex

  • N/A
Remarks
Return Value
  • Type:Boolean

Padding

  • N/A
Remarks
Return Value
  • Type:ControlTemplate

Style

  • N/A
Remarks
Return Value
  • Type:Boolean

UseLayoutRounding

  • N/A
Remarks
Return Value
  • Type:TriggerCollection

TemplatedParent

  • N/A
Remarks
Return Value
  • Type:ResourceDictionary

DataContext

  • N/A
Remarks
Return Value
  • Type:BindingGroup

Language

  • N/A
Remarks
Return Value
  • Type:String

Tag

  • N/A
Remarks
Return Value
  • Type:InputScope

ActualWidth

  • N/A
Remarks
Return Value
  • Type:Double

LayoutTransform

  • N/A
Remarks
Return Value
  • Type:Double

MinWidth

  • N/A
Remarks
Return Value
  • Type:Double

Height

  • N/A
Remarks
Return Value
  • Type:Double

MaxHeight

  • N/A
Remarks
Return Value
  • Type:FlowDirection

Margin

  • N/A
Remarks
Return Value
  • Type:HorizontalAlignment

VerticalAlignment

  • N/A
Remarks
Return Value
  • Type:Style

Cursor

  • N/A
Remarks
Return Value
  • Type:Boolean

IsInitialized

  • N/A
Remarks
Return Value
  • Type:Boolean

ToolTip

  • N/A
Remarks
Return Value
  • Type:ContextMenu

Parent

  • N/A
Remarks
Return Value
  • Type:Boolean

InputBindings

  • N/A
Remarks
Return Value
  • Type:CommandBindingCollection

AllowDrop

  • N/A
Remarks
Return Value
  • Type:Size

IsMeasureValid

  • N/A
Remarks
Return Value
  • Type:Boolean

RenderSize

  • N/A
Remarks
Return Value
  • Type:Transform

RenderTransformOrigin

  • N/A
Remarks
Return Value
  • Type:Boolean

IsMouseOver

  • N/A
Remarks
Return Value
  • Type:Boolean

IsKeyboardFocusWithin

  • N/A
Remarks
Return Value
  • Type:Boolean

IsMouseCaptureWithin

  • N/A
Remarks
Return Value
  • Type:Boolean

IsStylusCaptured

  • N/A
Remarks
Return Value
  • Type:Boolean

IsKeyboardFocused

  • N/A
Remarks
Return Value
  • Type:Boolean

Opacity

  • N/A
Remarks
Return Value
  • Type:Brush

BitmapEffect

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

Effect

  • N/A
Remarks
Return Value
  • Type:CacheMode

Uid

  • N/A
Remarks
Return Value
  • Type:Visibility

ClipToBounds

  • N/A
Remarks
Return Value
  • Type:Geometry

SnapsToDevicePixels

  • N/A
Remarks
Return Value
  • Type:Boolean

IsEnabled

  • N/A
Remarks
Return Value
  • Type:Boolean

IsVisible

  • N/A
Remarks
Return Value
  • Type:Boolean

PersistId

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

IsManipulationEnabled

  • N/A
Remarks
Return Value
  • Type:Boolean

AreAnyTouchesDirectlyOver

  • N/A
Remarks
Return Value
  • Type:Boolean

AreAnyTouchesCaptured

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

TouchesCapturedWithin

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

TouchesDirectlyOver

  • N/A
Remarks
Return Value
  • Type:DependencyObjectType

IsSealed

  • N/A
Remarks
Return Value
  • Type:Dispatcher

Protected Properties

2hc=

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

3Rc=

  • N/A
Remarks
  • N/A
Return Value

hRc=

  • N/A
Remarks
  • N/A
Return Value

iBc=

  • N/A
Remarks
  • N/A
Return Value

ixc=

  • N/A
Remarks
  • N/A
Return Value
  • Type:Func`3

jhc=

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

CancellationPending

  • Gets a value indicating whether the application has requested cancellation of a background operation;
Remarks
  • For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#CancellationPending// == Return Value == * Type:Boolean kRc= * N/A == Remarks == * N/A == Return Value == * Type:Boolean FxQ= * N/A == Remarks == * N/A == Return Value == * Type:aBY= lBc= * N/A == Remarks == * N/A == Return Value == * Type:Boolean lxc= * N/A == Remarks == * N/A == Return Value == * Type:Boolean mhc= * N/A == Remarks == * N/A == Return Value == * Type:Boolean LogicalChildren * N/A == Remarks == * N/A == Return Value == * Type:IEnumerator ContentIsNotLogical * N/A == Remarks == * N/A == Return Value == * Type:Boolean ContentIsItem * N/A == Remarks == * N/A == Return Value == * Type:Boolean EffectiveValuesInitialSize * N/A == Remarks == * N/A == Return Value == * Type:Int32 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 HandlesScrolling * N/A == Remarks == * N/A == Return Value == * Type:Boolean VisualStateChangeSuspended * N/A == Remarks == * N/A == Return Value == * Type:Boolean DefaultStyleKey * N/A == Remarks == * N/A == Return Value == * Type:Object ThemeStyle * N/A == Remarks == * N/A == Return Value == * Type:Style IsTemplateRoot * N/A == Remarks == * N/A == Return Value == * Type:Boolean TemplateChild * N/A == Remarks == * N/A == Return Value == * Type:UIElement StateGroupsRoot * N/A == Remarks == * N/A == Return Value == * Type:FrameworkElement VisualChildrenCount * N/A == Remarks == * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#VisualChildrenCount//
Return Value
  • Type:Int32

HasResources

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

InheritanceBehavior

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

HasResourceReference

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

IsLogicalChildrenIterationInProgress

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

InVisibilityCollapsedTree

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

SubtreeHasLoadedChangeHandler

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

IsLoadedCache

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

IsParentAnFE

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

IsTemplatedParentAnFE

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

HasLogicalChildren

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

IsRightToLeft

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

TemplateChildIndex

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

IsRequestingExpression

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

BypassLayoutPolicies

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

ThisHasLoadedChangeEventHandler

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

HasFefLoadedChangeHandler

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

InheritanceContext

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

IsStyleUpdateInProgress

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

IsThemeStyleUpdateInProgress

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

StoresParentTemplateValues

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

HasNumberSubstitutionChanged

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

HasTemplateGeneratedSubTree

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

HasImplicitStyleFromResources

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

ShouldLookupImplicitStyles

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

IsStyleSetFromGenerator

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

HasStyleChanged

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

HasTemplateChanged

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

HasStyleInvalidated

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

HasStyleEverBeenFetched

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

HasLocalStyle

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

HasThemeStyleEverBeenFetched

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

AncestorChangeInProgress

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

InheritableProperties

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

LoadedPending

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

UnloadedPending

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

HasMultipleInheritanceContexts

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

PotentiallyHasMentees

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

InputBindingsInternal

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

CommandBindingsInternal

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

EventHandlersStore

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

StylusPlugIns

  • N/A
Remarks
Return Value
  • Type:Boolean

PreviousArrangeRect

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

HasAutomationPeer

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

SnapsToDevicePixelsCache

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

ClipToBoundsCache

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

MeasureDirty

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

ArrangeDirty

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

MeasureInProgress

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

ArrangeInProgress

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

NeverMeasured

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

NeverArranged

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

MeasureDuringArrange

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

AreTransformsClean

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

IsVisualChildrenIterationInProgress

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

IsRootElement

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

VisualContentBounds

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

VisualDescendantBounds

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

InternalVisualChildrenCount

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

InternalVisual2DOr3DChildrenCount

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

HasVisualChildren

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

TreeLevel

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

VisualParent

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#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 ==== SendingWebRequest * N/A == Remarks == * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#OnSendingWebRequest.28SendingWebRequestEventArgs.29//

Event Arguments:SendingWebRequestEventArgs

SentWebRequest

  • N/A
Remarks

Event Arguments:

Drawing

  • This is an event raises before the tile is drawing.
Remarks

Event Arguments:DrawnTileEventArgs

PreviewMouseDoubleClick

  • N/A
Remarks

Event Arguments:

TargetUpdated

  • N/A
Remarks

Event Arguments:DataTransferEventArgs

DataContextChanged

  • N/A
Remarks

Event Arguments:

SizeChanged

  • N/A
Remarks

Event Arguments:

Loaded

  • N/A
Remarks

Event Arguments:

ToolTipOpening

  • N/A
Remarks

Event Arguments:

ContextMenuOpening

  • N/A
Remarks

Event Arguments:

PreviewMouseDown

  • N/A
Remarks

Event Arguments:

PreviewMouseUp

  • N/A
Remarks

Event Arguments:

PreviewMouseLeftButtonDown

  • N/A
Remarks

Event Arguments:

PreviewMouseLeftButtonUp

  • N/A
Remarks

Event Arguments:

PreviewMouseRightButtonDown

  • N/A
Remarks

Event Arguments:

PreviewMouseRightButtonUp

  • N/A
Remarks

Event Arguments:

PreviewMouseMove

  • N/A
Remarks

Event Arguments:

PreviewMouseWheel

  • N/A
Remarks

Event Arguments:

MouseEnter

  • N/A
Remarks

Event Arguments:

GotMouseCapture

  • N/A
Remarks

Event Arguments:

QueryCursor

  • N/A
Remarks

Event Arguments:

StylusDown

  • N/A
Remarks

Event Arguments:

StylusUp

  • N/A
Remarks

Event Arguments:

StylusMove

  • N/A
Remarks

Event Arguments:

StylusInAirMove

  • N/A
Remarks

Event Arguments:

StylusLeave

  • N/A
Remarks

Event Arguments:

StylusInRange

  • N/A
Remarks

Event Arguments:

StylusOutOfRange

  • N/A
Remarks

Event Arguments:

StylusSystemGesture

  • N/A
Remarks

Event Arguments:

LostStylusCapture

  • N/A
Remarks

Event Arguments:

StylusButtonUp

  • N/A
Remarks

Event Arguments:

PreviewStylusButtonUp

  • N/A
Remarks

Event Arguments:

KeyDown

  • N/A
Remarks

Event Arguments:

KeyUp

  • N/A
Remarks

Event Arguments:

GotKeyboardFocus

  • N/A
Remarks

Event Arguments:

LostKeyboardFocus

  • N/A
Remarks

Event Arguments:

TextInput

  • N/A
Remarks

Event Arguments:

QueryContinueDrag

  • N/A
Remarks

Event Arguments:

GiveFeedback

  • N/A
Remarks

Event Arguments:

DragEnter

  • N/A
Remarks

Event Arguments:

DragOver

  • N/A
Remarks

Event Arguments:

DragLeave

  • N/A
Remarks

Event Arguments:

Drop

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchDown

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchMove

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchUp

  • N/A
Remarks

Event Arguments:TouchEventArgs

LostTouchCapture

  • N/A
Remarks

Event Arguments:TouchEventArgs

TouchLeave

  • N/A
Remarks

Event Arguments:

IsKeyboardFocusWithinChanged

  • N/A
Remarks

Event Arguments:

IsMouseCaptureWithinChanged

  • N/A
Remarks

Event Arguments:

IsStylusCapturedChanged

  • N/A
Remarks

Event Arguments:

IsKeyboardFocusedChanged

  • N/A
Remarks

Event Arguments:

GotFocus

  • N/A
Remarks

Event Arguments:

IsEnabledChanged

  • N/A
Remarks

Event Arguments:

IsVisibleChanged

  • N/A
Remarks

Event Arguments:

ManipulationStarting

  • N/A
Remarks

Event Arguments:ManipulationStartedEventArgs

ManipulationDelta

  • N/A
Remarks

Event Arguments:ManipulationInertiaStartingEventArgs

ManipulationBoundaryFeedback

  • N/A
Remarks

Event Arguments:ManipulationCompletedEventArgs

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