====== ThinkGeo.MapSuite.WpfDesktopEdition.UriTile ====== {{section>upgrade_map_suite_to_10.0}} 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 ==== ** {{wiki:PublicMethod.gif|}} 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 ==== ** {{wiki:PublicMethod.gif|}} 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// * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:The geo canvas. * //nativeImage// * Type:Object * Description:The native image.
** {{wiki:PublicMethod.gif|}} 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.
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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// * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:The geo canvas.
** {{wiki:PublicMethod.gif|}} 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:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:This parameter is the canvas object to draw on.
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==== ** {{wiki:ProtectedMethod.gif|}} 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:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:A GeoCanvas object that holds the parameters for requesting image.
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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 == * //e// * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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 == * //e// * Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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// * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:The geo canvas. * //imageSource// * Type:Object * Description:The image source.
** {{wiki:ProtectedMethod.gif|}} 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.
** {{wiki:ProtectedMethod.gif|}} 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:[[ThinkGeo.MapSuite.Core.GeoCanvas|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.
** {{wiki:ProtectedMethod.gif|}} 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:[[ThinkGeo.MapSuite.Core.GeoCanvas|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.
** {{wiki:ProtectedMethod.gif|}} 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.
** {{wiki:ProtectedMethod.gif|}} 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 == * //args// * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileEventArgs|DrawingTileEventArgs]] * Description:An event argument for the Drawing event in Tile class.
** {{wiki:ProtectedMethod.gif|}} 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// * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs|DrawnTileEventArgs]] * Description:An event argument for the Drawn event in the Tile class.
** {{wiki:ProtectedMethod.gif|}} 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 ==
** {{wiki:ProtectedMethod.gif|}} oxc=(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //forceCancel// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetPlainText() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} ClearContentControl(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} OnPreApplyTemplate() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnPostApplyTemplate() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} UpdateVisualState() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} UpdateVisualState(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //useTransitions// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ChangeVisualState(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //useTransitions// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ChangeValidationVisualState(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //useTransitions// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} ReadControlFlag(ControlBoolFlags) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //reqFlag// * Type:ControlBoolFlags * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} ParentLayoutInvalidated(UIElement) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //child// * Type:UIElement * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetTemplateChild(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters == * //childName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} HasNonDefaultValue(DependencyProperty) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //dp// * Type:DependencyProperty * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} pushTextRenderingMode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnAncestorChanged() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnVisualParentChanged(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //oldParent// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetUIParentCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} AdjustEventSource(RoutedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //args// * Type:RoutedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} AdjustBranchSource(RoutedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:RoutedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} IgnoreModelParentBuildRoute(RoutedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //args// * Type:RoutedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvalidateAutomationAncestorsCore(Stack,Boolean&) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //branchNodeStack// * Type:Stack * Description:N/A * //continuePastCoreTree// * Type:Boolean& * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvalidateAutomationAncestorsCoreHelper(Stack,Boolean&,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //branchNodeStack// * Type:Stack * Description:N/A * //continuePastCoreTree// * Type:Boolean& * Description:N/A * //shouldInvalidateIntermediateElements// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} OnRenderSizeChanged(SizeChangedInfo) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //sizeInfo// * Type:SizeChangedInfo * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetLayoutClipInternal() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Geometry * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} OnPresentationSourceChanged(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //attached// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} OnLoaded(RoutedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:RoutedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnUnloaded(RoutedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:RoutedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} ReadInternalFlag(InternalFlags) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //reqFlag// * Type:InternalFlags * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ReadInternalFlag2(InternalFlags2) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //reqFlag// * Type:InternalFlags2 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} ContextVerifiedGetParent() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} AddLogicalChild(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //child// * Type:Object * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RemoveLogicalChild(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //child// * Type:Object * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ChangeLogicalParent(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //newParent// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnNewParent(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //newParent// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnAncestorChangedInternal(TreeChangeInfo) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //parentTreeState// * Type:TreeChangeInfo * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvalidateTreeDependentProperties(TreeChangeInfo,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:FrugalObjectList * Description:N/A == Parameters == * //parentTreeState// * Type:TreeChangeInfo * Description:N/A * //isSelfInheritanceParent// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} UpdateStyleProperty() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} UpdateThemeStyleProperty() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnThemeChanged() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} FireLoadedOnDescendentsInternal() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} FireUnloadedOnDescendentsInternal() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} OnInheritanceContextChangedCore(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ChangeSubtreeHasLoadedChangedHandler(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //mentor// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //info// * Type:InheritablePropertyChangeInfo& * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} RaiseTrustedEvent(RoutedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:RoutedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} EnsureEventHandlersStore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:DependencyPropertyChangedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:DependencyPropertyChangedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:DependencyPropertyChangedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} ReadFlag(CoreFlags) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //field// * Type:CoreFlags * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} InvalidateMeasureInternal() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} InvalidateArrangeInternal() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetUIParentWithinLayoutIsland() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:UIElement * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetHitTestBounds() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rect * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetUIParent() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetUIParent(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters == * //continuePastVisualTree// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetUIParentNo3DTraversal() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} StartListeningSynchronizedInput(SynchronizedInputType) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //inputType// * Type:SynchronizedInputType * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CancelSynchronizedInput() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} BlockReverseInheritance() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} RenderOpen() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DrawingContext * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} RenderClose(IDrawingContent) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //newContent// * Type:IDrawingContent * Description:N/A
** {{wiki:ProtectedMethod.gif|}} FreeContent(Channel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //channel// * Type:Channel * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetContentBounds() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rect * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} WalkContent(DrawingContextWalker) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //walker// * Type:DrawingContextWalker * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} GetDrawing() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DrawingGroup * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} InvokeAccessKey(AccessKeyEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:AccessKeyEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} UpdateIsVisibleCache() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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 ==
** {{wiki:ProtectedMethod.gif|}} CreateAutomationPeer() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:AutomationPeer * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetAutomationPeer() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:AutomationPeer * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateGenericRootAutomationPeer() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:AutomationPeer * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} SetPersistId(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //value// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} IsOnChannel(Channel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //channel// * Type:Channel * Description:N/A
** {{wiki:ProtectedMethod.gif|}} AddRefOnChannelCore(Channel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ResourceHandle * Description:N/A == Parameters == * //channel// * Type:Channel * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ReleaseOnChannelCore(Channel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //channel// * Type:Channel * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rect * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsInnerSpace() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rect * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rect * Description:N/A == Parameters == * //renderBounds// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphBoundsOuterSpace() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rect * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsOuterSpace() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rect * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadOnly() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadOnly(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //value// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadWrite() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} VerifyAPIReadWrite(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //value// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Precompute() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} PrecomputeContent() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} PrecomputeRecursive(Rect&) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //bboxSubgraph// * Type:Rect& * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} RenderRecursive(RenderContext) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //ctx// * Type:RenderContext * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Enter() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Exit() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} InvalidateHitTestBounds() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} HitTest(Point) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:HitTestResult * Description:N/A == Parameters == * //point// * Type:Point * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} TransformToOuterSpace() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:GeneralTransform * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} InternalGetVisualChild(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Visual * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InternalGet2DOr3DVisualChild(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InternalAddVisualChild(Visual) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //child// * Type:Visual * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InternalRemoveVisualChild(Visual) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //child// * Type:Visual * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} InvalidateZOrder() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} InternalSetOffsetWorkaround(Vector) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //offset// * Type:Vector * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InternalSetTransformWorkaround(Transform) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //transform// * Type:Transform * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} FireOnVisualParentChanged(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //oldParent// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} FindFirstAncestorWithFlagsAnd(VisualFlags) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DependencyObject * Description:N/A == Parameters == * //flag// * Type:VisualFlags * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} CheckFlagsOnAllChannels(VisualProxyFlags) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //flagsToCheck// * Type:VisualProxyFlags * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} CheckFlagsAnd(VisualFlags) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //flags// * Type:VisualFlags * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} CheckFlagsOr(VisualFlags) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //flags// * Type:VisualFlags * Description:N/A
** {{wiki:ProtectedMethod.gif|}} PropagateChangedFlags() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Seal() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} ContainsValue(DependencyProperty) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //dp// * Type:DependencyProperty * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvalidateSubProperty(DependencyProperty) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //dp// * Type:DependencyProperty * Description:N/A
** {{wiki:ProtectedMethod.gif|}} NotifySubPropertyChange(DependencyProperty) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //dp// * Type:DependencyProperty * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} NotifyPropertyChange(DependencyPropertyChangedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:DependencyPropertyChangedEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeProperty(DependencyProperty) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //dp// * Type:DependencyProperty * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} HasAnyExpression() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} OnInheritanceContextChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Debug_AssertNoInheritanceContextListeners() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} BeginPropertyInitialization() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} EndPropertyInitialization() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} SetIsSelfInheritanceParent() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} SynchronizeInheritanceParent(DependencyObject) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //parent// * Type:DependencyObject * Description:N/A
** {{wiki:ProtectedMethod.gif|}} LookupEntry(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:EntryIndex * Description:N/A == Parameters == * //targetIndex// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} 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
** {{wiki:ProtectedMethod.gif|}} DetachFromDispatcher() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} 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 ==== ** {{wiki:PublicProperty.gif|}} Uri ** * //This property indicates the requesting uri for the tile image source.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.UriTile#firstHeading" class="firstHeading" lang="en">