User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.mousecoordinatemaptool

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.silverlightedition.mousecoordinatemaptool [2015/09/21 03:28]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool ====== 
-Represents the coordinates of the mouse pointer that displays at the lower-right corner of the map. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.Windows.DependencyObject 
-      *System.Windows.UIElement 
-        *System.Windows.FrameworkElement 
-          *System.Windows.Controls.Control 
-            *ThinkGeo.MapSuite.SilverlightEdition.MapTool 
-              ***ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} MouseCoordinateMapTool() ** 
- 
-Initialize an instance of MouseCoordinateMapTool class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} MouseCoordinateMapTool(Map) ** 
- 
-Initialize an instance of MouseCoordinateMapTool class. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //map// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
-    * Description:​Specifys the map that the MouseCoordinateMapTool will be drawn on 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} MouseCoordinateMapTool(Map,​MouseCoordinateType) ** 
- 
-Initialize an instance of MouseCoordinateMapTool class. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //map// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
-    * Description:​Specifys the map that the MouseCoordinateMapTool will be drawn on 
- 
-  * //​mouseCoordinateType//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateType|MouseCoordinateType]] 
-    * Description:​Specifys the type that determines the format of the coordinates string 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} MouseCoordinateMapTool(Map,​Boolean,​MouseCoordinateType) ** 
- 
-Initialize an instance of MouseCoordinateMapTool class. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //map// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
-    * Description:​Specifys the map that the MouseCoordinateMapTool will be drawn on 
- 
-  * //​isEnabled//​ 
-    * Type:​Boolean 
-    * Description:​Indicates whether the user can interact with the control 
- 
-  * //​mouseCoordinateType//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateType|MouseCoordinateType]] 
-    * Description:​Specifys the type that determines the format of the coordinates string 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} OnApplyTemplate() ** 
- 
-Builds the visual tree for the MouseCoordinateMapTool control when a new template is applied. 
-== 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|}} ApplyTemplate() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<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|}} SetBinding(DependencyProperty,​Binding) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​BindingExpressionBase 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //binding// 
-    * Type:​Binding 
-    * 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|}} 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|}} TransformToVisual(UIElement) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​GeneralTransform 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //visual// 
-    * Type:​UIElement 
-    * Description:​N/​A 
- 
-<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|}} 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|}} 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|}} UpdateLayout() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * 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|}} 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|}} 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|}} 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|}} 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|}} 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|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<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|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} EnabledChangedCore(Boolean) ** 
- 
-Occcurs when the Enabled property changes 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​newValue//​ 
-    * Type:​Boolean 
-    * Description:​Indicates whether the visibility of MapTool is set as Visibility.Visible 
- 
-<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|}} NativeMouseMove(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|}} NativeMouseEnter(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|}} NativeMouseLeave(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|}} NativeMouseLeftButtonDown(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|}} NativeMouseLeftButtonUp(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|}} NativeMouseRightButtonDown(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|}} NativeMouseRightButtonUp(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|}} NativeMouseWheel(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|}} NativeKeyUp(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|}} NativeKeyDown(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|}} NativeGotFocus(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|}} NativeLostFocus(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|}} NativeIsEnabledChanged(IsEnabledChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​IsEnabledChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetValueFromBuiltInStyle(DependencyProperty,​Object&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:​Object&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} NativeOnLostMouseCapture(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|}} NativeTextInput(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|}} NativeTextInputStart(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|}} NativeTextInputUpdate(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|}} NativeDragEnter(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|}} NativeDragLeave(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|}} NativeDragOver(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|}} NativeDrop(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|}} ShowValidationError() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HideValidationError() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateValidationState() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<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|}} 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|}} OnTap(GestureEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​GestureEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnDoubleTap(GestureEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​GestureEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnHold(GestureEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​GestureEventArgs 
-    * 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|}} RemoveTemplateBinding(FrameworkElement,​DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //target// 
-    * Type:​FrameworkElement 
-    * Description:​N/​A 
- 
-  * //​targetProperty//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GoToState(Boolean,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​useTransitions//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-  * //​stateName//​ 
-    * Type:String 
-    * 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|}} 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|}} 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|}} 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|}} 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|}} 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|}} 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|}} 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|}} 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|}} 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|}} 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|}} OnIsEnabledChanged(IsEnabledChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​IsEnabledChangedEventArgs 
-    * 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|}} 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|}} OnTextInputStart(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|}} OnTextInputUpdate(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|}} 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|}} 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|}} 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|}} ApplyTemplateInternal() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetValueInternal(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MeasureOverride(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|}} ArrangeOverride(Size) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Size 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​finalSize//​ 
-    * Type:Size 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTreeParentUpdated(DependencyObject,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​newParent//​ 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-  * //​bIsNewParentAlive//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} NotifyDataContextChanged(DataContextChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DataContextChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnBindingValidationError(ValidationErrorEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​ValidationErrorEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CalculateBubblePath() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​List<​FrameworkElement>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RaiseBindingValidationError(ValidationErrorEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //args// 
-    * Type:​ValidationErrorEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(Object,​SizeChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //sender// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-  * //e// 
-    * Type:​SizeChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnAncestorDataContextChanged(DataContextChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DataContextChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} IsDataContextChangeRelevant(DataContextChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DataContextChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnDataContextChanged(DataContextChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​DataContextChangedEventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(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|}} GetValueFromStyle(DependencyProperty,​Object&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:​Object&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HasFocus() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FindNameInPage(String,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //name// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​calledFromUserControl//​ 
-    * Type:​Boolean 
-    * 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|}} HitTest(Point) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​IEnumerable<​UIElement>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //point// 
-    * Type:Point 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} HitTest(Rect) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​IEnumerable<​UIElement>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //rect// 
-    * Type:Rect 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} IsAncestorOf(UIElement) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //element// 
-    * Type:​UIElement 
-    * Description:​N/​A 
- 
-<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|}} GetOrCreateAutomationPeer() ** 
- 
-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|}} InvalidateAutomationPeer() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetChildrenCount() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetChild(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​UIElement 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​childIndex//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} BringIntoView() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.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:​ProtectedMethod.gif|}} GetIsUnloadingNode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} PegManagedPeerNoRef() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UnpegManagedPeerNoRef() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetManagedReference(UInt32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DependencyObject 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nPropertyID//​ 
-    * Type:UInt32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RefreshExpression(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|}} EnsureValueTable() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<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|}} SetValueInternal(DependencyProperty,​Object,​Boolean) ** 
- 
-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 
- 
-  * //​allowReadOnlySet//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,​Object,​Boolean,​Boolean) ** 
- 
-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 
- 
-  * //​allowReadOnlySet//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-  * //​isBindingInStyleSetter//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ClearValueInternal(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|}} ReadLocalValueInternal(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} IsPropertyDefault(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|}} GetMentor() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​FrameworkElement 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} PrepareCorePropertyExpression(DependencyProperty,​Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateStyleBinding(DependencyProperty,​Boolean&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //​hasLocalOrAnimatedValue//​ 
-    * Type:​Boolean&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Matrix) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //m// 
-    * Type:Matrix 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Matrix3D) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //m// 
-    * Type:​Matrix3D 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Point) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //p// 
-    * Type:Point 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​DependencyObject) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //doh// 
-    * Type:​DependencyObject 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //i// 
-    * Type:Int32 
-    * 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 == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //b// 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Enum) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //e// 
-    * Type:Enum 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Color) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //c// 
-    * Type:Color 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //d// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​GridLength) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //g// 
-    * Type:​GridLength 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} InvalidateProperty(DependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetOldValue(DependencyProperty,​EffectiveValueEntry&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //​oldEntry//​ 
-    * Type:​EffectiveValueEntry&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetNewValue(DependencyProperty,​EffectiveValueEntry&​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //​newEntry//​ 
-    * Type:​EffectiveValueEntry&​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetEffectiveValue(DependencyProperty,​EffectiveValueEntry&,​Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //​newEntry//​ 
-    * Type:​EffectiveValueEntry&​ 
-    * Description:​N/​A 
- 
-  * //​newValue//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateParentInheritanceContextPropagation() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetAnimatedValue(DependencyProperty,​Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //​animatedValue//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ClearAnimatedValue(DependencyProperty,​Boolean,​Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //​hasHoldEndValue//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-  * //​holdEndValue//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChanged(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|}} AddEventListener(DependencyProperty,​Delegate) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //handler// 
-    * Type:​Delegate 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} AddEventListener(DependencyProperty,​Delegate,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //handler// 
-    * Type:​Delegate 
-    * Description:​N/​A 
- 
-  * //​handledEventsToo//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RemoveEventListener(DependencyProperty,​Delegate) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​property//​ 
-    * Type:​DependencyProperty 
-    * Description:​N/​A 
- 
-  * //handler// 
-    * Type:​Delegate 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateTreeParent(IManagedPeer,​IManagedPeer,​Boolean,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​oldParent//​ 
-    * Type:​IManagedPeer 
-    * Description:​N/​A 
- 
-  * //​newParent//​ 
-    * Type:​IManagedPeer 
-    * Description:​N/​A 
- 
-  * //​bIsNewParentAlive//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-  * //​keepReferenceToParent//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} UpdateTreeParentHelper(IManagedPeer,​IManagedPeer,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​oldParent//​ 
-    * Type:​IManagedPeer 
-    * Description:​N/​A 
- 
-  * //​newParent//​ 
-    * Type:​IManagedPeer 
-    * Description:​N/​A 
- 
-  * //​keepReferenceToParent//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} IsPropertyLocal(CoreDependencyProperty) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //dp// 
-    * Type:​CoreDependencyProperty 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnParentEnter(IntPtr,​UInt32,​UInt32,​UInt32,​UInt32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nativeNamescopeOwner//​ 
-    * Type:IntPtr 
-    * Description:​N/​A 
- 
-  * //bLive// 
-    * Type:UInt32 
-    * Description:​N/​A 
- 
-  * //​bSkipNameRegistration//​ 
-    * Type:UInt32 
-    * Description:​N/​A 
- 
-  * //​bCoercedIsEnabled//​ 
-    * Type:UInt32 
-    * Description:​N/​A 
- 
-  * //​bUseLayoutRounding//​ 
-    * Type:UInt32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-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|}} MouseCoordinateType ** 
- 
-Gets or sets the format that the mouse coordinates will display. 
-== Remarks == 
-The MouseCoordinateType property gives you two options to display the mouse pointer coordinates. One is in the format "​Longitude,​ Latitude"​ and another is in DMS format (33ยฐ 22' 15''​). 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateType|MouseCoordinateType]] 
- 
-** {{wiki:​PublicProperty.gif|}} IsEnabled ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} FontSize ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} FontFamily ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontFamily 
- 
-** {{wiki:​PublicProperty.gif|}} FontWeight ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontWeight 
- 
-** {{wiki:​PublicProperty.gif|}} FontStyle ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontStyle 
- 
-** {{wiki:​PublicProperty.gif|}} FontStretch ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FontStretch 
- 
-** {{wiki:​PublicProperty.gif|}} CharacterSpacing ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} Foreground ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​PublicProperty.gif|}} IsTabStop ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} TabIndex ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} TabNavigation ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​KeyboardNavigationMode 
- 
-** {{wiki:​PublicProperty.gif|}} Template ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​ControlTemplate 
- 
-** {{wiki:​PublicProperty.gif|}} Padding ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Thickness 
- 
-** {{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|}} Background ** 
- 
-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|}} BorderBrush ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​PublicProperty.gif|}} Triggers ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​TriggerCollection 
- 
-** {{wiki:​PublicProperty.gif|}} Resources ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​ResourceDictionary 
- 
-** {{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|}} Width ** 
- 
-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|}} 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|}} 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|}} 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|}} Margin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Thickness 
- 
-** {{wiki:​PublicProperty.gif|}} Style ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Style 
- 
-** {{wiki:​PublicProperty.gif|}} Parent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​PublicProperty.gif|}} FlowDirection ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FlowDirection 
- 
-** {{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|}} Cursor ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Cursor 
- 
-** {{wiki:​PublicProperty.gif|}} Language ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​XmlLanguage 
- 
-** {{wiki:​PublicProperty.gif|}} DataContext ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​PublicProperty.gif|}} AllowDrop ** 
- 
-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|}} Clip ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Geometry 
- 
-** {{wiki:​PublicProperty.gif|}} Effect ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Effect 
- 
-** {{wiki:​PublicProperty.gif|}} Projection ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Projection 
- 
-** {{wiki:​PublicProperty.gif|}} OpacityMask ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Brush 
- 
-** {{wiki:​PublicProperty.gif|}} RenderTransformOrigin ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Point 
- 
-** {{wiki:​PublicProperty.gif|}} IsHitTestVisible ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Visibility ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Visibility 
- 
-** {{wiki:​PublicProperty.gif|}} RenderSize ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Size 
- 
-** {{wiki:​PublicProperty.gif|}} UseLayoutRounding ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} CacheMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​CacheMode 
- 
-** {{wiki:​PublicProperty.gif|}} DesiredSize ** 
- 
-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|}} Dispatcher ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Dispatcher 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} Map ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
- 
-** {{wiki:​ProtectedProperty.gif|}} ImplementationRoot ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​FrameworkElement 
- 
-** {{wiki:​ProtectedProperty.gif|}} DefaultStyleKey ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​ProtectedProperty.gif|}} TagInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​ProtectedProperty.gif|}} TemplatedParent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​DependencyObject 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsDataContextBound ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsDataContextChangingInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} ChildrenInternal ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​UIElementCollection 
- 
-** {{wiki:​ProtectedProperty.gif|}} NativeObject ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:IntPtr 
- 
-** {{wiki:​ProtectedProperty.gif|}} NativeObjectSafeHandle ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​NativeObjectSafeHandle 
- 
-** {{wiki:​ProtectedProperty.gif|}} NeedsInheritanceContextChanges ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} IsInLiveTree ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Public Events ==== 
-** {{wiki:​PublicEvent.gif|}} IsEnabledChanged ** 
-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|}} SizeChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} LayoutUpdated ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} BindingValidationError ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ValidationErrorEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} DataContextChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseMove ** 
-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|}} MouseLeftButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseLeftButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseRightButtonDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseRightButtonUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MouseWheel ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} KeyUp ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} KeyDown ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} MediaCommand ** 
-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|}} LostMouseCapture ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} TextInput ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} TextInputStart ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} TextInputUpdate ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} DragEnter ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} DragLeave ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} DragOver ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{wiki:​PublicEvent.gif|}} Drop ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments: 
- 
-** {{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|}} ManipulationCompleted ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​ManipulationCompletedEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} Tap ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​GestureEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} DoubleTap ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​GestureEventArgs 
- 
-** {{wiki:​PublicEvent.gif|}} Hold ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​GestureEventArgs 
- 
  
thinkgeo.mapsuite.silverlightedition.mousecoordinatemaptool.1442806132.txt.gz ยท Last modified: 2015/09/21 03:28 by admin