User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.wpfmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.wpfmap [2015/09/18 03:18]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap ====== 
-This class represents the map control. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.Windows.Threading.DispatcherObject 
-      *System.Windows.DependencyObject 
-        *System.Windows.Media.Visual 
-          *System.Windows.UIElement 
-            *System.Windows.FrameworkElement 
-              *System.Windows.Controls.Control 
-                ***ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} WpfMap() ** 
- 
-Constructor of WPF MapControl. 
-== Remarks == 
-Initilizes some class modular variables and hooks up events. 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToggleMapExtents() ** 
- 
-Toggles the map between current extent and previous extent. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomToPreviousExtent() ** 
- 
-Zooms the map to the previous extent. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetBitmap(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Bitmap 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //width// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SaveState() ** 
- 
-This method saves map state to a byte array. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Byte[] 
-  * Description:​A byte array indicates current map state. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} LoadState(Byte[]) ** 
- 
-This method restore map state back from the specified state. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //state// 
-    * Type:Byte[] 
-    * Description:​This parameter indicates the state for restore the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Dispose() ** 
- 
-Disposes unmanaged objects in map. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​extentsToRefresh//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​RequestDrawingBufferTimeType) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​extentToRefresh//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​extentToRefresh//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​extentsToRefresh//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​extentsToRefresh//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} OnApplyTemplate() ** 
- 
-Applys current map template. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh() ** 
- 
-Refreshes current map control. 
-== Remarks == 
-Refreshes all the existing overlays and map tools. 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(OverlayRefreshType) ** 
- 
-Refreshes current map control. 
-== Remarks == 
-Refreshes all the existing overlays and map tools. 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​refreshType//​ 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
-    * Description:​Indicates where the existing tiles will be refreshed. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //extent// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​Overlay) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //extent// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //overlay// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​IEnumerable<​Overlay>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //extent// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //​overlays//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(Overlay) ** 
- 
-Refreshes a specified overlay. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​redrawOverlay//​ 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] 
-    * Description:​An overlay which needs to be refreshed. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(Overlay,​TimeSpan,​RequestDrawingBufferTimeType) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​redrawOverlay//​ 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] 
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​Overlay>​) ** 
- 
-Refreshes a specified overlay collection. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​redrawOverlays//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]>​ 
-    * Description:​A collection of overlay to be refreshed. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​Overlay>,​TimeSpan,​RequestDrawingBufferTimeType) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​redrawOverlays//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]>​ 
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetSnappedExtent(RectangleShape) ** 
- 
-Gets a snapped extent from a specified extent. 
-== Remarks == 
-The specified extent may not be the exact extent to be displayed in the pre-defined zoom level list. To display properly, the source extent needs to be snapped first. 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​An extent that is snapped from the provided extent. 
- 
-== Parameters == 
-  * //extent// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​An extent to be snapped. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(RectangleShape) ** 
- 
-Gets the snapped zoom level index from the provided world extent. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​A snapped zoom level index in the zoom levels sychnonized by the SyncZoomLevelScales method. 
- 
-== Parameters == 
-  * //​targetExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​A world extent to be snapped. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(Double) ** 
- 
-Gets the snapped zoom level index from the provided scale. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​A snapped zoom level index in scale list sychnonized by the SyncZoomLevelScales method. 
- 
-== Parameters == 
-  * //scale// 
-    * Type:Double 
-    * Description:​A scale to be snapped. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomIn() ** 
- 
-Zooms the map in for one level 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomIn(Int32) ** 
- 
-Zooms the map in by the provided percentage. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map in. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Feature) ** 
- 
-Zooms the map in by the provided percentage and locates the map to the center of the provided feature. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map in. 
- 
-  * //​centerFeature//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​A new center feature of current map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​PointShape) ** 
- 
-Zooms the map in by the provided percentage and locates to the center of the provided feature. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map in. 
- 
-  * //​worldPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A new center of current map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​ScreenPointF) ** 
- 
-Zooms the map in by the provided percentage and locates to the provided screen point. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map in. 
- 
-  * //​screenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​A new screen center to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Single,​Single) ** 
- 
-Zooms the map in by the provided percentage and locates to the provided screen x and y. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map in. 
- 
-  * //screenX// 
-    * Type:Single 
-    * Description:​Screen x to locate the map. 
- 
-  * //screenY// 
-    * Type:Single 
-    * Description:​Screen y to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomTo(PointShape,​Double) ** 
- 
-This method zooms current map to a specified position and scale. 
-== Remarks == 
-When calling this method, it doesn'​t refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay;​ a layer style is changed, Refresh method is proper to call. 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetWorldCenter//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A world center to zoom the map to. 
- 
-  * //​targetScale//​ 
-    * Type:Double 
-    * Description:​A double value indicates the scale to zoom the map to. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomOut() ** 
- 
-Zooms the map out for one level. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomOut(Int32) ** 
- 
-Zooms the map out by the provided percentage. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map out. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Feature) ** 
- 
-Zooms the map out by the provided percentage and locates map to the center of the provided feature. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map out. 
- 
-  * //​centerFeature//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​A new center feature of current map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​PointShape) ** 
- 
-Zooms the map out by the provided percentage and locates to the center of the provided feature. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map out. 
- 
-  * //​worldPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A new center of current map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​ScreenPointF) ** 
- 
-Zooms the map out by the provided percentage and locates to the provided screen point. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map out. 
- 
-  * //​screenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​A new screen center to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Single,​Single) ** 
- 
-Zooms the map out by the provided percentage and locates to the provided screen x and y. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​A scale to zoom the map out. 
- 
-  * //screenX// 
-    * Type:Single 
-    * Description:​Screen x to locate the map. 
- 
-  * //screenY// 
-    * Type:Single 
-    * Description:​Screen y to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double) ** 
- 
-Zooms the map to a provided scale. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetScale//​ 
-    * Type:Double 
-    * Description:​Target scale to zoom the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​ScreenPointF) ** 
- 
-Zooms the map to a provided scale and locates the map by the provided screen offset. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetScale//​ 
-    * Type:Double 
-    * Description:​Target scale to zoom the map. 
- 
-  * //​offsetScreenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​An screen offset to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​Single,​Single) ** 
- 
-Zooms the map to a provided scale and locates the map by the provided screen offset. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetScale//​ 
-    * Type:Double 
-    * Description:​Target scale to zoom the map. 
- 
-  * //​offsetScreenX//​ 
-    * Type:Single 
-    * Description:​An screen offset x to locate the map. 
- 
-  * //​offsetScreenY//​ 
-    * Type:Single 
-    * Description:​An screen offset y to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FindFeatureLayer(String) ** 
- 
-Finds a FeatureLayer by the specified key. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] 
-  * Description:​A FeatureLayer which is paired with the specified key in the map overlays. 
- 
-== Parameters == 
-  * //key// 
-    * Type:String 
-    * Description:​A key of a FeatureLayer which is defined when adding the layer into the LayerOverlay. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FindRasterLayer(String) ** 
- 
-Finds a RasterLayer by the specified key. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] 
-  * Description:​A RasterLayer which is paired with the specified key in the map overlays. 
- 
-== Parameters == 
-  * //key// 
-    * Type:String 
-    * Description:​A key of a RasterLayer which is defined when adding the layer into the LayerOverlay. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Double,​Double) ** 
- 
-Converts the provided screen points to world points. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A world point that is converted from the provided parameters. 
- 
-== Parameters == 
-  * //screenX// 
-    * Type:Double 
-    * Description:​Screen x to be converted. 
- 
-  * //screenY// 
-    * Type:Double 
-    * Description:​Screen y to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape) ** 
- 
-Converts the provided screen points to world points. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A world point that is converted from the provided parameters. 
- 
-== Parameters == 
-  * //​screenCoordinate//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​Screen point to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Point) ** 
- 
-Converts the provided screen points to world points. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A world point that is converted from the provided parameters. 
- 
-== Parameters == 
-  * //​screenCoordinate//​ 
-    * Type:Point 
-    * Description:​Screen point to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Double,​Double) ** 
- 
-Converts the provided world points to screen points. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A screen coordinate that is converted. 
- 
-== Parameters == 
-  * //worldX// 
-    * Type:Double 
-    * Description:​World x to be converted. 
- 
-  * //worldY// 
-    * Type:Double 
-    * Description:​World y to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** 
- 
-Converts the provided world points to screen points. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A screen coordinate that is converted. 
- 
-== Parameters == 
-  * //​worldCoordinate//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​World point to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Point) ** 
- 
-Converts the provided world points to screen points. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A screen coordinate that is converted. 
- 
-== Parameters == 
-  * //​worldCoordinate//​ 
-    * Type:Point 
-    * Description:​World point to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Pan(Single,​Int32) ** 
- 
-This function will pan the currentExtent based on an angle and percentage. 
-== Remarks == 
-This method will change the current extent by panning according to the angle and percentage specified. 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​None. 
- 
-== Parameters == 
-  * //degree// 
-    * Type:Single 
-    * Description:​This parameter is the degree (angle) in which you want to pan. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage by which you want to pan. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Pan(PanDirection,​Int32) ** 
- 
-This function will pan the currentExtent based on a direction and percentage. 
-== Remarks == 
-This method will change the current extent by panning according to the direction and percentage specified. 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​None. 
- 
-== Parameters == 
-  * //​panDirection//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]] 
-    * Description:​This parameter is the direction in which you want to pan. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage by which you want to pan. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Pan(Double,​Double) ** 
- 
-Pans the map by the provided screen offset. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​offsetScreenX//​ 
-    * Type:Double 
-    * Description:​Screen offset X to be paned. 
- 
-  * //​offsetScreenY//​ 
-    * Type:Double 
-    * Description:​Screen offset Y to be paned. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CenterAt(PointShape) ** 
- 
-Locates the map center to the specified world point. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​worldPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A world point to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CenterAt(ScreenPointF) ** 
- 
-Locates the map center to the specified screen point. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​screenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​A screen point to locate the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CenterAt(Feature) ** 
- 
-Locates the map center to the center of the specified feature. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​centerFeature//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​A feature to locates the map center. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CenterAt(Single,​Single) ** 
- 
-Locates the map center to the center of the specified feature. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //screenX// 
-    * Type:Single 
-    * Description:​Screen x to locate the map center. 
- 
-  * //screenY// 
-    * Type:Single 
-    * Description:​Screen y to locate the map center. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ShouldSerializeStyle() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ApplyTemplate() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​storyboard//​ 
-    * Type:​Storyboard 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard,​HandoffBehavior) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​storyboard//​ 
-    * Type:​Storyboard 
-    * Description:​N/​A 
- 
-  * //​handoffBehavior//​ 
-    * Type:​HandoffBehavior 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BeginStoryboard(Storyboard,​HandoffBehavior,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== 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 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ShouldSerializeTriggers() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ShouldSerializeResources() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FindResource(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​resourceKey//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} TryFindResource(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​resourceKey//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SetResourceReference(DependencyProperty,​Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //name// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetBindingExpression(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​BindingExpression 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SetBinding(DependencyProperty,​BindingBase) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​BindingExpressionBase 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //binding// 
-    * Type:​BindingBase 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SetBinding(DependencyProperty,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​BindingExpression 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //path// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BringIntoView() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BringIntoView(Rect) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetRectangle//​ 
-    * Type:Rect 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} MoveFocus(TraversalRequest) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //request// 
-    * Type:​TraversalRequest 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} PredictFocus(FocusNavigationDirection) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​direction//​ 
-    * Type:​FocusNavigationDirection 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BeginInit() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} EndInit() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} RegisterName(String,​Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //name// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​scopedElement//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} UnregisterName(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //name// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FindName(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //name// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} UpdateDefaultStyle() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,​AnimationClock) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //clock// 
-    * Type:​AnimationClock 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ApplyAnimationClock(DependencyProperty,​AnimationClock,​HandoffBehavior) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== 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 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BeginAnimation(DependencyProperty,​AnimationTimeline) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //​animation//​ 
-    * Type:​AnimationTimeline 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BeginAnimation(DependencyProperty,​AnimationTimeline,​HandoffBehavior) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== 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 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetAnimationBaseValue(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ShouldSerializeInputBindings() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ShouldSerializeCommandBindings() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} RaiseEvent(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} AddHandler(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 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} AddHandler(RoutedEvent,​Delegate,​Boolean) ** 
- 
-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 
- 
-  * //​handledEventsToo//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} RemoveHandler(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 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} AddToEventRoute(EventRoute,​RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //route// 
-    * Type:​EventRoute 
-    * Description:​N/​A 
- 
-  * //e// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} InvalidateMeasure() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} InvalidateArrange() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} InvalidateVisual() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Measure(Size) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​availableSize//​ 
-    * Type:Size 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Arrange(Rect) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​finalRect//​ 
-    * Type:Rect 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} UpdateLayout() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} TranslatePoint(Point,​UIElement) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Point 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //point// 
-    * Type:Point 
-    * Description:​N/​A 
- 
-  * //​relativeTo//​ 
-    * Type:​UIElement 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} InputHitTest(Point) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​IInputElement 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //point// 
-    * Type:Point 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CaptureMouse() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReleaseMouseCapture() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CaptureStylus() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReleaseStylusCapture() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Focus() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CaptureTouch(TouchDevice) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​touchDevice//​ 
-    * Type:​TouchDevice 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReleaseTouchCapture(TouchDevice) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​touchDevice//​ 
-    * Type:​TouchDevice 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReleaseAllTouchCaptures() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} IsAncestorOf(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​descendant//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} IsDescendantOf(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​ancestor//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FindCommonVisualAncestor(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​otherVisual//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} TransformToAncestor(Visual) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​GeneralTransform 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​ancestor//​ 
-    * Type:Visual 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} TransformToAncestor(Visual3D) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​GeneralTransform2DTo3D 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​ancestor//​ 
-    * Type:​Visual3D 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} TransformToDescendant(Visual) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​GeneralTransform 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​descendant//​ 
-    * Type:Visual 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} TransformToVisual(Visual) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​GeneralTransform 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //visual// 
-    * Type:Visual 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} PointToScreen(Point) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Point 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //point// 
-    * Type:Point 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} PointFromScreen(Point) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Point 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //point// 
-    * Type:Point 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetValue(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SetValue(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 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SetCurrentValue(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 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SetValue(DependencyPropertyKey,​Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //key// 
-    * Type:​DependencyPropertyKey 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ClearValue(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ClearValue(DependencyPropertyKey) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //key// 
-    * Type:​DependencyPropertyKey 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CoerceValue(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} InvalidateProperty(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadLocalValue(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetLocalValueEnumerator() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​LocalValueEnumerator 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CheckAccess() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} VerifyAccess() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetVersion() ** 
- 
-This static method will be useful when you want to report a bug in a specified version of Map Suite. You can use it to tell ThinkGeo support which version you are trying to use. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​A string representing the version of the MapSuiteCore and Map Suite Desktop product that you are now using. 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} ZoomToPreviousExtentCore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} 3hQ=(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //index// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SaveStateCore() ** 
- 
-This method saves map state to a byte array. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Byte[] 
-  * Description:​A byte array indicates current map state. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} LoadStateCore(Byte[]) ** 
- 
-This method restore map state back from the specified state. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //state// 
-    * Type:Byte[] 
-    * Description:​This parameter indicates the state for restore the map. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-Finalize method of WpfMap class. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** 
- 
-Disposes unmanaged objects in map. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​disposing//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Draw(RectangleShape,​OverlayRefreshType) ** 
- 
-Draws the map by the provided extent. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​An extent that to draw current map. 
- 
-  * //​refreshType//​ 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
-    * Description:​Indicates whether the map needs to be refreshed. For example, a style of layer is changed, the overlay needs to be refreshed. When panning, the overlay only changes its position, refresh is not needed. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape,​OverlayRefreshType) ** 
- 
-Draws the map by the provided extent. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​An extent that to draw current map. 
- 
-  * //​overlayRefreshType//​ 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
-    * Description:​Indicates whether the map needs to be refreshed. For example, a style of layer is changed, the overlay needs to be refreshed. When panning, the overlay only changes its position, refresh is not needed. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMapClick(MapClickWpfMapEventArgs) ** 
- 
-Occurs when clicking on the map. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] 
-    * Description:​Event argument for MapClick event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMapTap(MapTapWpfMapEventArgs) ** 
- 
-Occurs when tapping on the map. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs|MapTapWpfMapEventArgs]] 
-    * Description:​Event argument for MapTap event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMapDoubleClick(MapClickWpfMapEventArgs) ** 
- 
-Occurs when double clicking on the map. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] 
-    * Description:​Event argument for MapDoubleClick event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanging(CurrentExtentChangingWpfMapEventArgs) ** 
- 
-Occurs when map's current extent is changing. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs|CurrentExtentChangingWpfMapEventArgs]] 
-    * Description:​Event argument for CurrentExtentChanging event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnZoomLevelSetChanged(ZoomLevelSetChangedWpfMapEventArgs) ** 
- 
-Occurs when map's zoom level set is changed. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs|ZoomLevelSetChangedWpfMapEventArgs]] 
-    * Description:​Event argument for ZoomLevelSetChanged event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanged(CurrentExtentChangedWpfMapEventArgs) ** 
- 
-Occurs when map's current extent is changed. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs|CurrentExtentChangedWpfMapEventArgs]] 
-    * Description:​Event argument for CurrentExtentChanged event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanging(CurrentScaleChangingWpfMapEventArgs) ** 
- 
-Occurs when map's current scale is changing. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs|CurrentScaleChangingWpfMapEventArgs]] 
-    * Description:​Event argument for CurrentScaleChanging event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanged(CurrentScaleChangedWpfMapEventArgs) ** 
- 
-Occurs when map's current scale is changed. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs|CurrentScaleChangedWpfMapEventArgs]] 
-    * Description:​Event argument for CurrentScaleChanged event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawing(OverlayDrawingWpfMapEventArgs) ** 
- 
-Occurs when an overlay is drawing. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs|OverlayDrawingWpfMapEventArgs]] 
-    * Description:​Event argument for OverlayDrawing event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawn(OverlayDrawnWpfMapEventArgs) ** 
- 
-Occurs when an overlay is drawn. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs|OverlayDrawnWpfMapEventArgs]] 
-    * Description:​Event argument for OverlayDrawn event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawing(OverlaysDrawingWpfMapEventArgs) ** 
- 
-Occurs when all overlays are drawing. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs|OverlaysDrawingWpfMapEventArgs]] 
-    * Description:​Event argument for OverlaysDrawing event. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawn(OverlaysDrawnWpfMapEventArgs) ** 
- 
-Occurs when overlays are drawn. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs|OverlaysDrawnWpfMapEventArgs]] 
-    * Description:​Event argument for OverlaysDrawn event. 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTemplateChanged(ControlTemplate,​ControlTemplate) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​oldTemplate//​ 
-    * Type:​ControlTemplate 
-    * Description:​N/​A 
- 
-  * //​newTemplate//​ 
-    * Type:​ControlTemplate 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseDoubleClick(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseDoubleClick(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreApplyTemplate() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPostApplyTemplate() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateVisualState() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateVisualState(Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​useTransitions//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ChangeVisualState(Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​useTransitions//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ChangeValidationVisualState(Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​useTransitions//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MeasureOverride(Size) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Size 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​constraint//​ 
-    * Type:Size 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ArrangeOverride(Size) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Size 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​arrangeBounds//​ 
-    * Type:Size 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ReadControlFlag(ControlBoolFlags) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //reqFlag// 
-    * Type:​ControlBoolFlags 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ParentLayoutInvalidated(UIElement) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:​UIElement 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetVisualChild(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Visual 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //index// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetTemplateChild(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​childName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HasNonDefaultValue(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetPlainText() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} pushTextRenderingMode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnAncestorChanged() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnVisualParentChanged(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​oldParent//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetUIParentCore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} AdjustEventSource(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} AdjustBranchSource(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} IgnoreModelParentBuildRoute(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateAutomationAncestorsCore(Stack<​DependencyObject>,​Boolean&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​branchNodeStack//​ 
-    * Type:​Stack<​DependencyObject>​ 
-    * Description:​N/​A 
- 
-  * //​continuePastCoreTree//​ 
-    * Type:​Boolean&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateAutomationAncestorsCoreHelper(Stack<​DependencyObject>,​Boolean&,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​branchNodeStack//​ 
-    * Type:​Stack<​DependencyObject>​ 
-    * Description:​N/​A 
- 
-  * //​continuePastCoreTree//​ 
-    * Type:​Boolean&​ 
-    * Description:​N/​A 
- 
-  * //​shouldInvalidateIntermediateElements//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MeasureCore(Size) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Size 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​availableSize//​ 
-    * Type:Size 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ArrangeCore(Rect) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​finalRect//​ 
-    * Type:Rect 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnRenderSizeChanged(SizeChangedInfo) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​sizeInfo//​ 
-    * Type:​SizeChangedInfo 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetLayoutClip(Size) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Geometry 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​layoutSlotSize//​ 
-    * Type:Size 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetLayoutClipInternal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Geometry 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnGotFocus(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnInitialized(EventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​EventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPresentationSourceChanged(Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​attached//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnLoaded(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnUnloaded(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnToolTipOpening(ToolTipEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ToolTipEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnToolTipClosing(ToolTipEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ToolTipEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnContextMenuOpening(ContextMenuEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ContextMenuEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnContextMenuClosing(ContextMenuEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ContextMenuEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ReadInternalFlag(InternalFlags) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //reqFlag// 
-    * Type:​InternalFlags 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ReadInternalFlag2(InternalFlags2) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //reqFlag// 
-    * Type:​InternalFlags2 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ContextVerifiedGetParent() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} AddLogicalChild(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RemoveLogicalChild(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ChangeLogicalParent(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​newParent//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnNewParent(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​newParent//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnAncestorChangedInternal(TreeChangeInfo) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​parentTreeState//​ 
-    * Type:​TreeChangeInfo 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateTreeDependentProperties(TreeChangeInfo,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​FrugalObjectList<​DependencyProperty>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​parentTreeState//​ 
-    * Type:​TreeChangeInfo 
-    * Description:​N/​A 
- 
-  * //​isSelfInheritanceParent//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateStyleProperty() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateThemeStyleProperty() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnThemeChanged() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FireLoadedOnDescendentsInternal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FireUnloadedOnDescendentsInternal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChangedCore(EventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​EventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ChangeSubtreeHasLoadedChangedHandler(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //mentor// 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RaiseInheritedPropertyChangedEvent(InheritablePropertyChangeInfo&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //info// 
-    * Type:​InheritablePropertyChangeInfo&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RaiseTrustedEvent(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} EnsureEventHandlersStore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseDown(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseDown(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseUp(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseUp(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseRightButtonDown(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonDown(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseRightButtonUp(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonUp(MouseButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseMove(MouseEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewMouseWheel(MouseWheelEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseWheelEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseWheel(MouseWheelEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseWheelEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(MouseEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(MouseEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnGotMouseCapture(MouseEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnLostMouseCapture(MouseEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​MouseEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnQueryCursor(QueryCursorEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​QueryCursorEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusDown(StylusDownEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusDownEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusDown(StylusDownEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusDownEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusUp(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusUp(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusMove(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusMove(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusInAirMove(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusInAirMove(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusEnter(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusLeave(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusInRange(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusInRange(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusOutOfRange(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusOutOfRange(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusSystemGestureEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusSystemGesture(StylusSystemGestureEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusSystemGestureEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnGotStylusCapture(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnLostStylusCapture(StylusEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusButtonDown(StylusButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnStylusButtonUp(StylusButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusButtonDown(StylusButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewStylusButtonUp(StylusButtonEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​StylusButtonEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyDown(KeyEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyUp(KeyEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyboardFocusChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyboardFocusChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyboardFocusChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​KeyboardFocusChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewTextInput(TextCompositionEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TextCompositionEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTextInput(TextCompositionEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TextCompositionEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​QueryContinueDragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​QueryContinueDragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewGiveFeedback(GiveFeedbackEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​GiveFeedbackEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​GiveFeedbackEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragEnter(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragOver(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewDragLeave(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnDragLeave(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewDrop(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnDrop(DragEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DragEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchDown(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTouchDown(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchMove(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTouchMove(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPreviewTouchUp(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTouchUp(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnGotTouchCapture(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnLostTouchCapture(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTouchEnter(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTouchLeave(TouchEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​TouchEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RaiseIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RaiseIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RaiseIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ReadFlag(CoreFlags) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //field// 
-    * Type:​CoreFlags 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateMeasureInternal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateArrangeInternal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnChildDesiredSizeChanged(UIElement) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:​UIElement 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetUIParentWithinLayoutIsland() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​UIElement 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnRender(DrawingContext) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​drawingContext//​ 
-    * Type:​DrawingContext 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetHitTestBounds() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Rect 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetUIParent() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetUIParent(Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​continuePastVisualTree//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetUIParentNo3DTraversal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} StartListeningSynchronizedInput(SynchronizedInputType) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​inputType//​ 
-    * Type:​SynchronizedInputType 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CancelSynchronizedInput() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} BlockReverseInheritance() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnAccessKey(AccessKeyEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​AccessKeyEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HitTestCore(PointHitTestParameters) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​HitTestResult 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​hitTestParameters//​ 
-    * Type:​PointHitTestParameters 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HitTestCore(GeometryHitTestParameters) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​GeometryHitTestResult 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​hitTestParameters//​ 
-    * Type:​GeometryHitTestParameters 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RenderOpen() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DrawingContext 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RenderClose(IDrawingContent) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​newContent//​ 
-    * Type:​IDrawingContent 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FreeContent(Channel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //channel// 
-    * Type:​Channel 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetContentBounds() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Rect 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} WalkContent(DrawingContextWalker) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //walker// 
-    * Type:​DrawingContextWalker 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetDrawing() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DrawingGroup 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvokeAccessKey(AccessKeyEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​AccessKeyEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnLostFocus(RoutedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​RoutedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateIsVisibleCache() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnCreateAutomationPeer() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​AutomationPeer 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CreateAutomationPeer() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​AutomationPeer 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetAutomationPeer() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​AutomationPeer 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CreateGenericRootAutomationPeer() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​AutomationPeer 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetPersistId(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //value// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnManipulationStarting(ManipulationStartingEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ManipulationStartingEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnManipulationStarted(ManipulationStartedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ManipulationStartedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnManipulationDelta(ManipulationDeltaEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ManipulationDeltaEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ManipulationInertiaStartingEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ManipulationBoundaryFeedbackEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnManipulationCompleted(ManipulationCompletedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​ManipulationCompletedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} IsOnChannel(Channel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //channel// 
-    * Type:​Channel 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} AddRefOnChannelCore(Channel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​ResourceHandle 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //channel// 
-    * Type:​Channel 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ReleaseOnChannelCore(Channel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //channel// 
-    * Type:​Channel 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Rect 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsInnerSpace() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Rect 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsInnerSpace(Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Rect 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​renderBounds//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphBoundsOuterSpace() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Rect 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CalculateSubgraphRenderBoundsOuterSpace() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Rect 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadOnly() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadOnly(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //value// 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadWrite() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} VerifyAPIReadWrite(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //value// 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Precompute() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} PrecomputeContent() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} PrecomputeRecursive(Rect&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​bboxSubgraph//​ 
-    * Type:​Rect&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RenderRecursive(RenderContext) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //ctx// 
-    * Type:​RenderContext 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Enter() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Exit() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateHitTestBounds() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HitTest(Point) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​HitTestResult 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //point// 
-    * Type:Point 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} TransformToOuterSpace() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​GeneralTransform 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InternalGetVisualChild(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Visual 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //index// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InternalGet2DOr3DVisualChild(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //index// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InternalAddVisualChild(Visual) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:Visual 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InternalRemoveVisualChild(Visual) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:Visual 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} AddVisualChild(Visual) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:Visual 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RemoveVisualChild(Visual) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:Visual 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateZOrder() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InternalSetOffsetWorkaround(Vector) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //offset// 
-    * Type:Vector 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InternalSetTransformWorkaround(Transform) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​transform//​ 
-    * Type:​Transform 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FireOnVisualParentChanged(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​oldParent//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FindFirstAncestorWithFlagsAnd(VisualFlags) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //flag// 
-    * Type:​VisualFlags 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOnAllChannels(VisualProxyFlags) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​flagsToCheck//​ 
-    * Type:​VisualProxyFlags 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CheckFlagsAnd(VisualFlags) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //flags// 
-    * Type:​VisualFlags 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CheckFlagsOr(VisualFlags) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //flags// 
-    * Type:​VisualFlags 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} PropagateChangedFlags() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Seal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ContainsValue(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateSubProperty(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} NotifySubPropertyChange(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} NotifyPropertyChange(DependencyPropertyChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​DependencyPropertyChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeProperty(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HasAnyExpression() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChanged(EventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​EventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Debug_AssertNoInheritanceContextListeners() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} BeginPropertyInitialization() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} EndPropertyInitialization() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetIsSelfInheritanceParent() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SynchronizeInheritanceParent(DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //parent// 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} LookupEntry(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​EntryIndex 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetIndex//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DetachFromDispatcher() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} GCCollectionMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​GCCollectionMode 
- 
-** {{wiki:​PublicProperty.gif|}} BackgroundOverlay ** 
- 
-Gets or sets the background overlay. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.BackgroundOverlay|BackgroundOverlay]] 
- 
-** {{wiki:​PublicProperty.gif|}} TrackOverlay ** 
- 
-Gets or sets the track overlay in the MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]] 
- 
-** {{wiki:​PublicProperty.gif|}} ExtentOverlay ** 
- 
-Gets or sets the extent overlay in the MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]] 
- 
-** {{wiki:​PublicProperty.gif|}} EditOverlay ** 
- 
-Gets or sets the edit overlay in the MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]] 
- 
-** {{wiki:​PublicProperty.gif|}} AdornmentOverlay ** 
- 
-Gets or sets the adornment overlay in the MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.AdornmentOverlay|AdornmentOverlay]] 
- 
-** {{wiki:​PublicProperty.gif|}} MapUnit ** 
- 
-Gets or sets the map unit used by the MapControl. 
-== Remarks == 
-The MapUnit reflects the data unit. 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentExtent ** 
- 
-Gets or sets the current extent of the MapControl. 
-== Remarks == 
-The current extent stands for the extent of current position, this is very important metrics to caculate the scale. 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} Overlays ** 
- 
-This property gets the collection of Overlays in the MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay,​ WpfDesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
- 
-** {{wiki:​PublicProperty.gif|}} InteractiveOverlays ** 
- 
-This property gets the collection of InteractiveOverlays in the MapControl. 
-== Remarks == 
-This property is used when you want to change the default behavior of the InteractiveOverlay or add your own customized InteractiveOverlay. 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay,​ WpfDesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
- 
-** {{wiki:​PublicProperty.gif|}} MaxExtent ** 
- 
-This property gets the map extent of the map control. 
-== Remarks == 
-Affected by MapUnit. For example, DecimalDegree:​ MaxExtent = new RectangleShape(-180,​ 180, 180, -180) Meter: MaxExtent = new RectangleShape(-1000000000,​ 1000000000, 1000000000, -1000000000) Feet: MaxExtent = new RectangleShape(-1000000000,​ 1000000000, 1000000000, -1000000000) 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} ToolsGrid ** 
- 
-Gets a grid control to hold all the map tools. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Grid 
- 
-** {{wiki:​PublicProperty.gif|}} MapTools ** 
- 
-Gets a object for simply using MapTools. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTools|MapTools]] 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentScale ** 
- 
-Gets or sets current viewport scale. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentResolution ** 
- 
-Gets or sets current resolution. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** 
- 
-This property gets or sets the ZoomLevelSet used for the WpfMap control. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
- 
-** {{wiki:​PublicProperty.gif|}} MapResizeMode ** 
- 
-Gets a strategy for changing extent when resizes map control. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]] 
- 
-** {{wiki:​PublicProperty.gif|}} MaximumScale ** 
- 
-This property gets and sets a maximum scale when navigating the map. When you keep zooming out, and the target scale is bigger than the maximum scale, the zooming operation will be stopped. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MinimumScale ** 
- 
-This property gets and sets a minimum scale when navigating the map. When you keep zooming in, and the target scale is smaller than the minimum scale, the zooming operation will be stopped. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} RestrictExtent ** 
- 
-This property gets or sets an extent to restrict the map navigation. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} BorderBrush ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​PublicProperty.gif|}} BorderThickness ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Thickness 
- 
-** {{wiki:​PublicProperty.gif|}} Background ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​PublicProperty.gif|}} Foreground ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​PublicProperty.gif|}} FontFamily ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontFamily 
- 
-** {{wiki:​PublicProperty.gif|}} FontSize ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} FontStretch ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontStretch 
- 
-** {{wiki:​PublicProperty.gif|}} FontStyle ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontStyle 
- 
-** {{wiki:​PublicProperty.gif|}} FontWeight ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontWeight 
- 
-** {{wiki:​PublicProperty.gif|}} HorizontalContentAlignment ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​HorizontalAlignment 
- 
-** {{wiki:​PublicProperty.gif|}} VerticalContentAlignment ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​VerticalAlignment 
- 
-** {{wiki:​PublicProperty.gif|}} TabIndex ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} IsTabStop ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Padding ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Thickness 
- 
-** {{wiki:​PublicProperty.gif|}} Template ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​ControlTemplate 
- 
-** {{wiki:​PublicProperty.gif|}} Style ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Style 
- 
-** {{wiki:​PublicProperty.gif|}} OverridesDefaultStyle ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} UseLayoutRounding ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Triggers ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​TriggerCollection 
- 
-** {{wiki:​PublicProperty.gif|}} TemplatedParent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​PublicProperty.gif|}} Resources ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​ResourceDictionary 
- 
-** {{wiki:​PublicProperty.gif|}} DataContext ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​PublicProperty.gif|}} BindingGroup ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BindingGroup 
- 
-** {{wiki:​PublicProperty.gif|}} Language ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​XmlLanguage 
- 
-** {{wiki:​PublicProperty.gif|}} Name ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} Tag ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​PublicProperty.gif|}} InputScope ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​InputScope 
- 
-** {{wiki:​PublicProperty.gif|}} ActualWidth ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} ActualHeight ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} LayoutTransform ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Transform 
- 
-** {{wiki:​PublicProperty.gif|}} Width ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MinWidth ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MaxWidth ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} Height ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MinHeight ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MaxHeight ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} FlowDirection ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FlowDirection 
- 
-** {{wiki:​PublicProperty.gif|}} Margin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Thickness 
- 
-** {{wiki:​PublicProperty.gif|}} HorizontalAlignment ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​HorizontalAlignment 
- 
-** {{wiki:​PublicProperty.gif|}} VerticalAlignment ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​VerticalAlignment 
- 
-** {{wiki:​PublicProperty.gif|}} FocusVisualStyle ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Style 
- 
-** {{wiki:​PublicProperty.gif|}} Cursor ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Cursor 
- 
-** {{wiki:​PublicProperty.gif|}} ForceCursor ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsInitialized ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsLoaded ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} ToolTip ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​PublicProperty.gif|}} ContextMenu ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​ContextMenu 
- 
-** {{wiki:​PublicProperty.gif|}} Parent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​PublicProperty.gif|}} HasAnimatedProperties ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} InputBindings ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​InputBindingCollection 
- 
-** {{wiki:​PublicProperty.gif|}} CommandBindings ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​CommandBindingCollection 
- 
-** {{wiki:​PublicProperty.gif|}} AllowDrop ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} DesiredSize ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Size 
- 
-** {{wiki:​PublicProperty.gif|}} IsMeasureValid ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsArrangeValid ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} RenderSize ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Size 
- 
-** {{wiki:​PublicProperty.gif|}} RenderTransform ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Transform 
- 
-** {{wiki:​PublicProperty.gif|}} RenderTransformOrigin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Point 
- 
-** {{wiki:​PublicProperty.gif|}} IsMouseDirectlyOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsMouseOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsStylusOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsKeyboardFocusWithin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsMouseCaptured ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsMouseCaptureWithin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsStylusDirectlyOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsStylusCaptured ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsStylusCaptureWithin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsKeyboardFocused ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsInputMethodEnabled ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Opacity ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} OpacityMask ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​PublicProperty.gif|}} BitmapEffect ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BitmapEffect 
- 
-** {{wiki:​PublicProperty.gif|}} Effect ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Effect 
- 
-** {{wiki:​PublicProperty.gif|}} BitmapEffectInput ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BitmapEffectInput 
- 
-** {{wiki:​PublicProperty.gif|}} CacheMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​CacheMode 
- 
-** {{wiki:​PublicProperty.gif|}} Uid ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} Visibility ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Visibility 
- 
-** {{wiki:​PublicProperty.gif|}} ClipToBounds ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Clip ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Geometry 
- 
-** {{wiki:​PublicProperty.gif|}} SnapsToDevicePixels ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsFocused ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsEnabled ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsHitTestVisible ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsVisible ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Focusable ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} PersistId ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} IsManipulationEnabled ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} AreAnyTouchesOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} AreAnyTouchesDirectlyOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} AreAnyTouchesCapturedWithin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} AreAnyTouchesCaptured ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} TouchesCaptured ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​IEnumerable<​TouchDevice>​ 
- 
-** {{wiki:​PublicProperty.gif|}} TouchesCapturedWithin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​IEnumerable<​TouchDevice>​ 
- 
-** {{wiki:​PublicProperty.gif|}} TouchesOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​IEnumerable<​TouchDevice>​ 
- 
-** {{wiki:​PublicProperty.gif|}} TouchesDirectlyOver ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​IEnumerable<​TouchDevice>​ 
- 
-** {{wiki:​PublicProperty.gif|}} DependencyObjectType ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObjectType 
- 
-** {{wiki:​PublicProperty.gif|}} IsSealed ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Dispatcher ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Dispatcher 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} OverlayCanvas ** 
- 
-Gets a canvas control to maintain current overlays in the DOM tree. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Canvas 
- 
-** {{wiki:​ProtectedProperty.gif|}} EventCanvas ** 
- 
-Gets a canvas control to hook all the events of the map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Canvas 
- 
-** {{wiki:​ProtectedProperty.gif|}} TemplateInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FrameworkTemplate 
- 
-** {{wiki:​ProtectedProperty.gif|}} TemplateCache ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FrameworkTemplate 
- 
-** {{wiki:​ProtectedProperty.gif|}} HandlesScrolling ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualStateChangeSuspended ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} DefaultStyleKey ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​ProtectedProperty.gif|}} ThemeStyle ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Style 
- 
-** {{wiki:​ProtectedProperty.gif|}} DTypeThemeStyleKey ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObjectType 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsTemplateRoot ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} TemplateChild ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​UIElement 
- 
-** {{wiki:​ProtectedProperty.gif|}} StateGroupsRoot ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FrameworkElement 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualChildrenCount ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasResources ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} InheritanceBehavior ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​InheritanceBehavior 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasResourceReference ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsLogicalChildrenIterationInProgress ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} InVisibilityCollapsedTree ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} SubtreeHasLoadedChangeHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsLoadedCache ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsParentAnFE ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsTemplatedParentAnFE ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasLogicalChildren ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsRightToLeft ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} TemplateChildIndex ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsRequestingExpression ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} BypassLayoutPolicies ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} EffectiveValuesInitialSize ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​ProtectedProperty.gif|}} LogicalChildren ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​IEnumerator 
- 
-** {{wiki:​ProtectedProperty.gif|}} ThisHasLoadedChangeEventHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasFefLoadedChangeHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} InheritanceContext ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsStyleUpdateInProgress ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsThemeStyleUpdateInProgress ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} StoresParentTemplateValues ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasNumberSubstitutionChanged ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasTemplateGeneratedSubTree ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasImplicitStyleFromResources ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} ShouldLookupImplicitStyles ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsStyleSetFromGenerator ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasStyleChanged ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasTemplateChanged ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasStyleInvalidated ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasStyleEverBeenFetched ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasLocalStyle ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasThemeStyleEverBeenFetched ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} AncestorChangeInProgress ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} InheritableProperties ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FrugalObjectList<​DependencyProperty>​ 
- 
-** {{wiki:​ProtectedProperty.gif|}} LoadedPending ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Object[] 
- 
-** {{wiki:​ProtectedProperty.gif|}} UnloadedPending ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Object[] 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasMultipleInheritanceContexts ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} PotentiallyHasMentees ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} InputBindingsInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​InputBindingCollection 
- 
-** {{wiki:​ProtectedProperty.gif|}} CommandBindingsInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​CommandBindingCollection 
- 
-** {{wiki:​ProtectedProperty.gif|}} EventHandlersStore ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandlersStore 
- 
-** {{wiki:​ProtectedProperty.gif|}} StylusPlugIns ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​StylusPlugInCollection 
- 
-** {{wiki:​ProtectedProperty.gif|}} PreviousConstraint ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Size 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasEffectiveKeyboardFocus ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsEnabledCore ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} PreviousArrangeRect ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Rect 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasAutomationPeer ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} SnapsToDevicePixelsCache ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} ClipToBoundsCache ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} MeasureDirty ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} ArrangeDirty ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} MeasureInProgress ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} ArrangeInProgress ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} NeverMeasured ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} NeverArranged ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} MeasureDuringArrange ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} AreTransformsClean ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsVisualChildrenIterationInProgress ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsRootElement ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualContentBounds ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Rect 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualDescendantBounds ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Rect 
- 
-** {{wiki:​ProtectedProperty.gif|}} InternalVisualChildrenCount ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​ProtectedProperty.gif|}} InternalVisual2DOr3DChildrenCount ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​ProtectedProperty.gif|}} HasVisualChildren ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} TreeLevel ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:UInt32 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualParent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​ProtectedProperty.gif|}} InternalVisualParent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualTransform ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Transform 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualEffect ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Effect 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualEffectInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Effect 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffect ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BitmapEffect 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInput ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BitmapEffectInput 
- 
-** {{wiki:​ProtectedProperty.gif|}} BitmapEffectEmulationDisabled ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BitmapEffect 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualBitmapEffectInputInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BitmapEffectInput 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualCacheMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​CacheMode 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualScrollableAreaClip ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Nullable<​Rect>​ 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualClip ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Geometry 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualOffset ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Vector 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualOpacity ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualEdgeMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EdgeMode 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualBitmapScalingMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​BitmapScalingMode 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualClearTypeHint ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​ClearTypeHint 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualTextRenderingMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​TextRenderingMode 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualTextHintingMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​TextHintingMode 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualOpacityMask ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualXSnappingGuidelines ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DoubleCollection 
- 
-** {{wiki:​ProtectedProperty.gif|}} VisualYSnappingGuidelines ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DoubleCollection 
- 
-** {{wiki:​ProtectedProperty.gif|}} ClipChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} ScrollableAreaClipChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} TransformChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} EffectChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} CacheModeChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} GuidelinesChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} OpacityMaskChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} ContentsChangedHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EventHandler 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsInheritanceContextSealed ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} Freezable_Frozen ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} Freezable_HasMultipleInheritanceContexts ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingHandlerList ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingContextList ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingSingletonHandler ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} Freezable_UsingSingletonContext ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} Animatable_IsResourceInvalidationNecessary ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IAnimatable_HasAnimatedProperties ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} CanBeInheritanceContext ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} EffectiveValues ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​EffectiveValueEntry[] 
- 
-** {{wiki:​ProtectedProperty.gif|}} EffectiveValuesCount ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:UInt32 
- 
-** {{wiki:​ProtectedProperty.gif|}} InheritableEffectiveValuesCount ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:UInt32 
- 
-** {{wiki:​ProtectedProperty.gif|}} InheritanceParent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsSelfInheritanceParent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Public Events ==== 
-** {{wiki:​PublicEvent.gif|}} MapClick ** 
-Occurs when clicking on the map. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} MapTap ** 
-Occurs when tapping on the map. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs|MapTapWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} MapDoubleClick ** 
-Occurs when double click on the map. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapClickWpfMapEventArgs|MapClickWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} CurrentExtentChanging ** 
-Occurs before map's extent is changing. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangingWpfMapEventArgs|CurrentExtentChangingWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} ZoomLevelSetChanged ** 
-Occurs after map's zoom level set is changed. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomLevelSetChangedWpfMapEventArgs|ZoomLevelSetChangedWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} CurrentExtentChanged ** 
-Occurs after map's extent is changed. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentExtentChangedWpfMapEventArgs|CurrentExtentChangedWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} CurrentScaleChanging ** 
-Occurs before map's current scale is changing. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs|CurrentScaleChangingWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} CurrentScaleChanged ** 
-Occurs after map's current scale is changed. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangedWpfMapEventArgs|CurrentScaleChangedWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} OverlayDrawing ** 
-Occurs before an overlay is drawing. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs|OverlayDrawingWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} OverlayDrawn ** 
-Occurs after an overlay is drawn. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawnWpfMapEventArgs|OverlayDrawnWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} OverlaysDrawing ** 
-Occurs before all overlays are drawing. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs|OverlaysDrawingWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} OverlaysDrawn ** 
-Occurs after all overlays are drawn. 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs|OverlaysDrawnWpfMapEventArgs]] 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseDoubleClick ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseDoubleClick ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} TargetUpdated ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​DataTransferEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} SourceUpdated ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​DataTransferEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} DataContextChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} RequestBringIntoView ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} SizeChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} Initialized ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} Loaded ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} Unloaded ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} ToolTipOpening ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} ToolTipClosing ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} ContextMenuOpening ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} ContextMenuClosing ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseLeftButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseLeftButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseLeftButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseLeftButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseRightButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseRightButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseRightButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseRightButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewMouseWheel ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseWheel ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseEnter ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseLeave ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} GotMouseCapture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} LostMouseCapture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} QueryCursor ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusInAirMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusInAirMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusEnter ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusLeave ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusInRange ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusInRange ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusOutOfRange ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusOutOfRange ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusSystemGesture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusSystemGesture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} GotStylusCapture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} LostStylusCapture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} StylusButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewStylusButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewKeyDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} KeyDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewKeyUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} KeyUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewGotKeyboardFocus ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} GotKeyboardFocus ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewLostKeyboardFocus ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} LostKeyboardFocus ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewTextInput ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} TextInput ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewQueryContinueDrag ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} QueryContinueDrag ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewGiveFeedback ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} GiveFeedback ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewDragEnter ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} DragEnter ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewDragOver ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} DragOver ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewDragLeave ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} DragLeave ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewDrop ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} Drop ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewTouchDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} TouchDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewTouchMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} TouchMove ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} PreviewTouchUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} TouchUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} GotTouchCapture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} LostTouchCapture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} TouchEnter ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} TouchLeave ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​TouchEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} IsMouseDirectlyOverChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsKeyboardFocusWithinChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsMouseCapturedChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsMouseCaptureWithinChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsStylusDirectlyOverChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsStylusCapturedChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsStylusCaptureWithinChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsKeyboardFocusedChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} LayoutUpdated ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} GotFocus ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} LostFocus ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsEnabledChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsHitTestVisibleChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} IsVisibleChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} FocusableChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} ManipulationStarting ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ManipulationStartingEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} ManipulationStarted ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ManipulationStartedEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} ManipulationDelta ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ManipulationDeltaEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} ManipulationInertiaStarting ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ManipulationInertiaStartingEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} ManipulationBoundaryFeedback ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ManipulationBoundaryFeedbackEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} ManipulationCompleted ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ManipulationCompletedEventArgs 
- 
  
thinkgeo.mapsuite.wpfdesktopedition.wpfmap.1442546283.txt.gz ยท Last modified: 2015/09/18 03:18 by admin