User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.mousemaptool

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.mousemaptool [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightedition.mousemaptool [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool ====== ====== ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents the mouse operation tools. This class represents the mouse operation tools.
-=== Remarks === 
-The <​strong>​MouseMapTool</​strong>​ control is enabled by default. You can prohibit the map react to the mouse by setting the <​strong>​Enabled</​strong>​ property to false. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.Windows.DependencyObject +    *System.Windows.DependencyObject 
-***System.Windows.UIElement +      *System.Windows.UIElement 
-****System.Windows.FrameworkElement +        *System.Windows.FrameworkElement 
-*****System.Windows.Controls.Control +          *System.Windows.Controls.Control 
-******[[ThinkGeo.MapSuite.SilverlightEdition.MapTool]] +            *ThinkGeo.MapSuite.SilverlightEdition.MapTool 
-*******[[ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool]]+              ***ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MouseMapTool() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#MouseMapTool()|MouseMapTool]] ​  ​| ​   |    | This is the constructor of the MouseMapTool class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseMapTool(Map)|MouseMapTool]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  ​| ​   | This is the constructor of the MouseMapTool class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseMapTool(Map,​ Boolean)|MouseMapTool]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]],​ Boolean ​  ​| ​   | This is the constructor of the MouseMapTool class. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the constructor of the MouseMapTool class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //This is the constructor of the MouseMapTool class.// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} MouseMapTool(Map) **
  
 +  * //This is the constructor of the MouseMapTool class.//
 +== Remarks ==
 +  * //This is the constructor of the MouseMapTool class.//
 +== Parameters ==
 +  * //map//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]
 +    * Description:​A Map value indicating where the MouseMapTool will be append on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseMapTool(Map,​Boolean) **
 +
 +  * //This is the constructor of the MouseMapTool class.//
 +== Remarks ==
 +  * //This is the constructor of the MouseMapTool class.//
 +== Parameters ==
 +  * //map//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]
 +    * Description:​A Map value indicating where the MouseMapTool will be append on.
 +
 +  * //​isEnabled//​
 +    * Type:​Boolean
 +    * Description:​A boolean value indicates whether this map tool is on or off.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} OnApplyTemplate() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​AddHandler(RoutedEvent,​ Delegate, Boolean)|AddHandler]] ​  | RoutedEvent,​ Delegate, Boolean ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ApplyTemplate()|ApplyTemplate]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Arrange(Rect)|Arrange]] ​  | Rect   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CaptureMouse()|CaptureMouse]] ​  ​| ​   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CheckAccess()|CheckAccess]] ​  ​| ​   | DependencyObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearValue(DependencyProperty)|ClearValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindName(String)|FindName]] ​  | String ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Focus()|Focus]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetAnimationBaseValue(DependencyProperty)|GetAnimationBaseValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBindingExpression(DependencyProperty)|GetBindingExpression]] ​  | DependencyProperty ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetValue(DependencyProperty)|GetValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateArrange()|InvalidateArrange]] ​  ​| ​   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateMeasure()|InvalidateMeasure]] ​  ​| ​   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Measure(Size)|Measure]] ​  | Size   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#OnApplyTemplate()|OnApplyTemplate]] ​  ​| ​   | FrameworkElement(overriden) ​  | Builds the visual tree for the MouseMapTool control when a new template is applied. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadLocalValue(DependencyProperty)|ReadLocalValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReleaseMouseCapture()|ReleaseMouseCapture]] ​  ​| ​   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveHandler(RoutedEvent,​ Delegate)|RemoveHandler]] ​  | RoutedEvent,​ Delegate ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBinding(DependencyProperty,​ Binding)|SetBinding]] ​  | DependencyProperty,​ Binding ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValue(DependencyProperty,​ Object)|SetValue]] ​  | DependencyProperty,​ Object ​  | DependencyObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TransformToVisual(UIElement)|TransformToVisual]] ​  | UIElement ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateLayout()|UpdateLayout]] ​  ​| ​   | UIElement ​  ​| ​   |+
  
 +  * //Builds the visual tree for the MouseMapTool 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 ==== ==== Protected Methods ====
-^ Name ^ Parameters ​^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} EnabledChangedCore(Boolean) ** 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ArrangeOverride(Size)|ArrangeOverride]] ​  Size   FrameworkElement ​  |    | + 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EnabledChangedCore(Boolean)|EnabledChangedCore]] ​  Boolean ​  [[ThinkGeo.MapSuite.SilverlightEdition.MapTool|MapTool]](overriden  ​Occcurs when the Enabled ​property ​changes ​  +  * //Occcurs when the Enabled property changes// 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] ​  |    | Object ​  |    | +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTemplateChild(String)|GetTemplateChild]] ​  String ​  Control ​  |    | +  * //N/A// 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MeasureOverride(Size)|MeasureOverride]] ​  | Size   | FrameworkElement ​  ​|    | + 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  |    | Object ​  |    | +== Return Value == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCreateAutomationPeer()|OnCreateAutomationPeer]] ​  |    | UIElement ​  |    | +  * Type:Void 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGotFocus(RoutedEventArgs)|OnGotFocus]] ​  RoutedEventArgs ​  | Control ​  |    | +  * Description:​N/​A 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyDown(KeyEventArgs)|OnKeyDown]] ​  KeyEventArgs ​  Control ​  |    | + 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#OnKeyUp(KeyEventArgs)|OnKeyUp]] ​  KeyEventArgs ​  Control ​  |    | +== Parameters ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLostFocus(RoutedEventArgs)|OnLostFocus]] ​  RoutedEventArgs ​  Control ​  |    | +  * //​newValue//​ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLostMouseCapture(MouseEventArgs)|OnLostMouseCapture]] ​  MouseEventArgs ​  | Control ​  |    | +    * Type:​Boolean 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseEnter(MouseEventArgs)|OnMouseEnter]] ​  MouseEventArgs ​  Control ​  |    | +    * Description:​Indicates whether the visibility of MapTool is set as Visibility.Visible 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeave(MouseEventArgs)|OnMouseLeave]] ​  MouseEventArgs ​  Control ​  |    | + 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonDown(MouseButtonEventArgs)|OnMouseLeftButtonDown]] ​  MouseButtonEventArgs ​  Control ​  |    | +<div newline></​div>​ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonUp(MouseButtonEventArgs)|OnMouseLeftButtonUp]] ​  MouseButtonEventArgs ​  Control ​  |    | +** {{wiki:​ProtectedMethod.gif|}} OnDrop(DragEventArgs) ** 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseMove(MouseEventArgs)|OnMouseMove]] ​  MouseEventArgs ​  Control ​  |    | + 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseWheel(MouseWheelEventArgs)|OnMouseWheel]] ​  MouseWheelEventArgs ​  Control ​  |    |+  * //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 ==== ==== Public Properties ====
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicProperty.gif|}} IsEnabled ​**
-{{wiki:​PublicProperty.gif|Public Property}}[[#​ActualHeight|ActualHeight]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActualWidth|ActualWidth]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Background|Background]] ​  | Brush   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BorderBrush|BorderBrush]] ​  | Brush   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BorderThickness|BorderThickness]] ​  | Thickness ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CacheMode|CacheMode]] ​  | CacheMode ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Clip|Clip]] ​  | Geometry ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cursor|Cursor]] ​  | Cursor ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DataContext|DataContext]] ​  | Object ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DesiredSize|DesiredSize]] ​  | Size   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Dispatcher|Dispatcher]] ​  | Dispatcher ​  | DependencyObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Effect|Effect]] ​  | Effect ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontFamily|FontFamily]] ​  | FontFamily ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontSize|FontSize]] ​  | Double ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontStretch|FontStretch]] ​  | FontStretch ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontStyle|FontStyle]] ​  | FontStyle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontWeight|FontWeight]] ​  | FontWeight ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Foreground|Foreground]] ​  | Brush   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Height|Height]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HorizontalAlignment|HorizontalAlignment]] ​  | HorizontalAlignment ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HorizontalContentAlignment|HorizontalContentAlignment]] ​  | HorizontalAlignment ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEnabled|IsEnabled]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapTool|MapTool]] ​  | Gets or sets a value that turns this map tool on or off.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsHitTestVisible|IsHitTestVisible]] ​  | Boolean ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsTabStop|IsTabStop]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Language|Language]] ​  | XmlLanguage ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Margin|Margin]] ​  | Thickness ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaxHeight|MaxHeight]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaxWidth|MaxWidth]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MinHeight|MinHeight]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MinWidth|MinWidth]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OpacityMask|OpacityMask]] ​  | Brush   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Padding|Padding]] ​  | Thickness ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Parent|Parent]] ​  | DependencyObject ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Projection|Projection]] ​  | Projection ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RenderSize|RenderSize]] ​  | Size   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RenderTransform|RenderTransform]] ​  | Transform ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RenderTransformOrigin|RenderTransformOrigin]] ​  | Point   | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Resources|Resources]] ​  | ResourceDictionary ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Style|Style]] ​  | Style   | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TabIndex|TabIndex]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TabNavigation|TabNavigation]] ​  | KeyboardNavigationMode ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Tag|Tag]] ​  | Object ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Template|Template]] ​  | ControlTemplate ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Triggers|Triggers]] ​  | TriggerCollection ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UseLayoutRounding|UseLayoutRounding]] ​  | Boolean ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalAlignment|VerticalAlignment]] ​  | VerticalAlignment ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalContentAlignment|VerticalContentAlignment]] ​  | VerticalAlignment ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Visibility|Visibility]] ​  | Visibility ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Width|Width]] ​  | Double ​  | FrameworkElement ​  ​| ​   |+
  
-==== Protected Properties ​==== +N/A 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultStyleKey|DefaultStyleKey]] ​  | Object ​  | Control ​  ​| ​   | +N/A 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapTool|MapTool]] ​  | Gets or sets current map that the mapTool will be drawn on   |+== Return Value == 
 +  * Type:Boolean
  
-==== Public Events ==== +** {{wiki:PublicProperty.gif|}} ​FontSize **
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +
-{{wiki:PublicEvent.gif|Public Event}}[[#​BindingValidationError|BindingValidationError]] ​  | ValidationErrorEventArgs ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​GotFocus|GotFocus]] ​  | RoutedEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​IsEnabledChanged|IsEnabledChanged]] ​  | DependencyPropertyChangedEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​KeyDown|KeyDown]] ​  | KeyEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​KeyUp|KeyUp]] ​  | KeyEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LayoutUpdated|LayoutUpdated]] ​  | EventArgs ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Loaded|Loaded]] ​  | RoutedEventArgs ​  | FrameworkElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LostFocus|LostFocus]] ​  | RoutedEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LostMouseCapture|LostMouseCapture]] ​  | MouseEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseEnter|MouseEnter]] ​  | MouseEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseLeave|MouseLeave]] ​  | MouseEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseLeftButtonDown|MouseLeftButtonDown]] ​  | MouseButtonEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseLeftButtonUp|MouseLeftButtonUp]] ​  | MouseButtonEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseMove|MouseMove]] ​  | MouseEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseWheel|MouseWheel]] ​  | MouseWheelEventArgs ​  | UIElement ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SizeChanged|SizeChanged]] ​  | SizeChangedEventArgs ​  | FrameworkElement ​  ​| ​   |+
  
-===== Public Constructors ===== +N/A 
-==== MouseMapTool() ==== +== Remarks == 
-This is the constructor of the MouseMapTool class. +N/A 
-=== Overloads === +== Return Value == 
-This is the constructor of the MouseMapTool class. +  ​Type:Double
-=== Remarks ​=== +
-This is the constructor of the <​strong>​MouseMapTool<​/strong> class. +
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^+
  
-[[#Public Constructors|Go Back]] +** {{wiki:​PublicProperty.gif|}} FontFamily **
-==== MouseMapTool(Map) ==== +
-This is the constructor of the MouseMapTool class. +
-=== Overloads === +
-This is the constructor of the MouseMapTool class. +
-=== Remarks === +
-This is the constructor of the <​strong>​MouseMapTool</​strong>​ class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| map   | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  | A Map value indicating where the MouseMapTool will be append on  ​|+
  
-[[#Public Constructors|Go Back]] +N/A 
-==== MouseMapTool(Map,​ Boolean) ==== +== Remarks == 
-This is the constructor of the MouseMapTool class. +N/A 
-=== Overloads === +== Return Value == 
-This is the constructor of the MouseMapTool class. +  ​Type:FontFamily
-=== Remarks ​=== +
-This is the constructor of the <​strong>​MouseMapTool<​/strong> class. +
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| map   | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  | A Map value indicating where the MouseMapTool will be append on.   | +
-| isEnabled ​  | Boolean<​!-- System.Boolean --> ​  | A boolean value indicates whether this map tool is on or off.   |+
  
-[[#Public Constructors|Go Back]] +** {{wiki:​PublicProperty.gif|}} FontWeight **
-===== Protected Constructors ===== +
-===== Public Methods ===== +
-==== AddHandler(RoutedEvent,​ Delegate, Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| routedEvent ​  | RoutedEvent<​!-- System.Windows.RoutedEvent --> ​  ​| ​   | +N/A 
-| handler ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   | +== Return Value == 
-| handledEventsToo ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​Type:FontWeight
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} FontStyle **
-[[#Public Methods|Go Back]] +
-==== ApplyTemplate() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:FontStyle
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} FontStretch **
-[[#Public Methods|Go Back]] +
-==== Arrange(Rect) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| finalRect ​  | Rect<!-- System.Windows.Rect --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​FontStretch
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} CharacterSpacing **
-[[#Public Methods|Go Back]] +
-==== CaptureMouse() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} Foreground **
-[[#Public Methods|Go Back]] +
-==== CheckAccess() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Brush
  
-<!-- System.Windows.DependencyObject --> +** {{wiki:​PublicProperty.gif|}} IsTabStop **
-[[#Public Methods|Go Back]] +
-==== ClearValue(DependencyProperty) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- System.Windows.DependencyObject --> +** {{wiki:​PublicProperty.gif|}} TabIndex **
-[[#Public Methods|Go Back]] +
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} TabNavigation **
-[[#Public Methods|Go Back]] +
-==== FindName(String) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| name   | String<​!-- System.String --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​KeyboardNavigationMode
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} Template **
-[[#Public Methods|Go Back]] +
-==== Focus() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​ControlTemplate
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Padding **
-[[#Public Methods|Go Back]] +
-==== GetAnimationBaseValue(DependencyProperty) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Thickness
  
-<!-- System.Windows.DependencyObject --> +** {{wiki:​PublicProperty.gif|}} HorizontalContentAlignment **
-[[#Public Methods|Go Back]] +
-==== GetBindingExpression(DependencyProperty) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| BindingExpression<​!-- System.Windows.Data.BindingExpression --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​HorizontalAlignment
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} VerticalContentAlignment **
-[[#Public Methods|Go Back]] +
-==== GetHashCode() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​VerticalAlignment
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} Background **
-[[#Public Methods|Go Back]] +
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Brush
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} BorderThickness **
-[[#Public Methods|Go Back]] +
-==== GetValue(DependencyProperty) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Thickness
  
-<!-- System.Windows.DependencyObject --> +** {{wiki:​PublicProperty.gif|}} BorderBrush **
-[[#Public Methods|Go Back]] +
-==== InvalidateArrange() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Brush
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} Triggers **
-[[#Public Methods|Go Back]] +
-==== InvalidateMeasure() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​TriggerCollection
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} Resources **
-[[#Public Methods|Go Back]] +
-==== Measure(Size) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| availableSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​ResourceDictionary
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} ActualWidth **
-[[#Public Methods|Go Back]] +
-==== OnApplyTemplate() ==== +
-Builds the visual tree for the MouseMapTool control when a new template is applied. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.FrameworkElement(overriden) --> +** {{wiki:​PublicProperty.gif|}} ActualHeight **
-[[#Public Methods|Go Back]] +
-==== ReadLocalValue(DependencyProperty) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.DependencyObject --> +** {{wiki:​PublicProperty.gif|}} Width **
-[[#Public Methods|Go Back]] +
-==== ReleaseMouseCapture() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} Height **
-[[#Public Methods|Go Back]] +
-==== RemoveHandler(RoutedEvent,​ Delegate) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| routedEvent ​  | RoutedEvent<​!-- System.Windows.RoutedEvent --> ​  ​| ​   | +N/A 
-| handler ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} MinWidth **
-[[#Public Methods|Go Back]] +
-==== SetBinding(DependencyProperty,​ Binding) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| BindingExpressionBase<​!-- System.Windows.Data.BindingExpressionBase --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | +N/A 
-| binding ​  | Binding<​!-- System.Windows.Data.Binding --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} MaxWidth **
-[[#Public Methods|Go Back]] +
-==== SetValue(DependencyProperty,​ Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | +N/A 
-| value   | Object<​!-- System.Object --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.DependencyObject --> +** {{wiki:​PublicProperty.gif|}} MinHeight **
-[[#Public Methods|Go Back]] +
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Double
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} MaxHeight **
-[[#Public Methods|Go Back]] +
-==== TransformToVisual(UIElement) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| GeneralTransform<​!-- System.Windows.Media.GeneralTransform --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| visual ​  | UIElement<​!-- System.Windows.UIElement --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} HorizontalAlignment **
-[[#Public Methods|Go Back]] +
-==== UpdateLayout() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​HorizontalAlignment
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} VerticalAlignment **
-[[#Public Methods|Go Back]] +
-===== Protected Methods ===== +
-==== ArrangeOverride(Size) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Size<!-- System.Windows.Size --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| finalSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​VerticalAlignment
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} Margin **
-[[#​Protected Methods|Go Back]] +
-==== EnabledChangedCore(Boolean) ==== +
-Occcurs when the Enabled property changes +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| newValue ​  | Boolean<​!-- System.Boolean --> ​  | Indicates whether the visibility of MapTool is set as Visibility.Visible ​  |+N/A 
 +== Return Value == 
 +  ​Type:Thickness
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool(overriden) --> +** {{wiki:​PublicProperty.gif|}} Style **
-[[#​Protected Methods|Go Back]] +
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Style
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} Parent **
-[[#​Protected Methods|Go Back]] +
-==== GetTemplateChild(String) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| DependencyObject<​!-- System.Windows.DependencyObject --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| childName ​  | String<​!-- System.String --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​DependencyObject
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} FlowDirection **
-[[#​Protected Methods|Go Back]] +
-==== MeasureOverride(Size) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Size<!-- System.Windows.Size --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| availableSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​FlowDirection
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} Name **
-[[#​Protected Methods|Go Back]] +
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:String
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} Tag **
-[[#​Protected Methods|Go Back]] +
-==== OnCreateAutomationPeer() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| AutomationPeer<​!-- System.Windows.Automation.Peers.AutomationPeer --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:Object
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} Cursor **
-[[#​Protected Methods|Go Back]] +
-==== OnGotFocus(RoutedEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Cursor
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Language **
-[[#​Protected Methods|Go Back]] +
-==== OnKeyDown(KeyEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:​XmlLanguage
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} DataContext **
-[[#​Protected Methods|Go Back]] +
-==== OnKeyUp(KeyEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Object
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} AllowDrop **
-[[#​Protected Methods|Go Back]] +
-==== OnLostFocus(RoutedEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Opacity **
-[[#​Protected Methods|Go Back]] +
-==== OnLostMouseCapture(MouseEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Double
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Clip **
-[[#​Protected Methods|Go Back]] +
-==== OnMouseEnter(MouseEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Geometry
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Effect **
-[[#​Protected Methods|Go Back]] +
-==== OnMouseLeave(MouseEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Effect
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Projection **
-[[#​Protected Methods|Go Back]] +
-==== OnMouseLeftButtonDown(MouseButtonEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Projection
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} OpacityMask **
-[[#​Protected Methods|Go Back]] +
-==== OnMouseLeftButtonUp(MouseButtonEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Brush
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} RenderTransformOrigin **
-[[#​Protected Methods|Go Back]] +
-==== OnMouseMove(MouseEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Point
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} IsHitTestVisible **
-[[#​Protected Methods|Go Back]] +
-==== OnMouseWheel(MouseWheelEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MouseWheelEventArgs<​!-- System.Windows.Input.MouseWheelEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Visibility **
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== ActualHeight ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ActualWidth ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Visibility
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} RenderSize ** 
-[[#Public Properties|Go Back]] + 
-==== Background ​==== +N/A 
-=== Return Value === +== Remarks == 
-Return Type ^ +N/A 
-Brush<​!-- System.Windows.Media.Brush --> ​  |+== 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
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== BorderBrush ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Brush<​!-- System.Windows.Media.Brush --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} Loaded ** 
-[[#Public Properties|Go Back]] +N/A 
-==== BorderThickness ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Thickness<​!-- System.Windows.Thickness --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== CacheMode ==== +
-=== Return Value === +
-^ Return Type ^ +
-| CacheMode<​!-- System.Windows.Media.CacheMode --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} Unloaded ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Clip ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Geometry<​!-- System.Windows.Media.Geometry --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Cursor ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Cursor<​!-- System.Windows.Input.Cursor --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} SizeChanged ** 
-[[#Public Properties|Go Back]] +N/A 
-==== DataContext ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Object<​!-- System.Object --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== DesiredSize ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Windows.Size --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} LayoutUpdated ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Dispatcher ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Dispatcher<​!-- System.Windows.Threading.Dispatcher --> ​  |+
  
-<!-- System.Windows.DependencyObject --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Effect ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Effect<​!-- System.Windows.Media.Effects.Effect --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} BindingValidationError ** 
-[[#Public Properties|Go Back]] +N/A 
-==== FontFamily ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| FontFamily<​!-- System.Windows.Media.FontFamily --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:​ValidationErrorEventArgs
-[[#Public Properties|Go Back]] +
-==== FontSize ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} DataContextChanged ** 
-[[#Public Properties|Go Back]] +N/A 
-==== FontStretch ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| FontStretch<​!-- System.Windows.FontStretch --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== FontStyle ==== +
-=== Return Value === +
-^ Return Type ^ +
-| FontStyle<​!-- System.Windows.FontStyle --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} MouseMove ** 
-[[#Public Properties|Go Back]] +N/A 
-==== FontWeight ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| FontWeight<​!-- System.Windows.FontWeight --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Foreground ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Brush<​!-- System.Windows.Media.Brush --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} MouseEnter ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Height ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== HorizontalAlignment ==== +
-=== Return Value === +
-^ Return Type ^ +
-| HorizontalAlignment<​!-- System.Windows.HorizontalAlignment --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} MouseLeave ** 
-[[#Public Properties|Go Back]] +N/A 
-==== HorizontalContentAlignment ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| HorizontalAlignment<​!-- System.Windows.HorizontalAlignment --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== IsEnabled ==== +
-Gets or sets a value that turns this map tool on or off. +
-=== Remarks === +
-Gets or sets a value that turns this map tool on or off. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool --> +** {{wiki:​PublicEvent.gif|}} MouseLeftButtonDown ** 
-[[#Public Properties|Go Back]] +N/A 
-==== IsHitTestVisible ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== IsTabStop ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} MouseLeftButtonUp ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Language ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| XmlLanguage<​!-- System.Windows.Markup.XmlLanguage --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Margin ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Thickness<​!-- System.Windows.Thickness --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} MouseRightButtonDown ** 
-[[#Public Properties|Go Back]] +N/A 
-==== MaxHeight ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== MaxWidth ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} MouseRightButtonUp ** 
-[[#Public Properties|Go Back]] +N/A 
-==== MinHeight ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== MinWidth ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} MouseWheel ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Name ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Opacity ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} KeyUp ** 
-[[#Public Properties|Go Back]] +N/A 
-==== OpacityMask ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Brush<​!-- System.Windows.Media.Brush --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Padding ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Thickness<​!-- System.Windows.Thickness --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} KeyDown ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Parent ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| DependencyObject<​!-- System.Windows.DependencyObject --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Projection ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Projection<​!-- System.Windows.Media.Projection --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} MediaCommand ** 
-[[#Public Properties|Go Back]] +N/A 
-==== RenderSize ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Size<!-- System.Windows.Size --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== RenderTransform ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Transform<​!-- System.Windows.Media.Transform --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} GotFocus ** 
-[[#Public Properties|Go Back]] +N/A 
-==== RenderTransformOrigin ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Point<​!-- System.Windows.Point --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Resources ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ResourceDictionary<​!-- System.Windows.ResourceDictionary --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} LostFocus ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Style ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Style<​!-- System.Windows.Style --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== TabIndex ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} LostMouseCapture ** 
-[[#Public Properties|Go Back]] +N/A 
-==== TabNavigation ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| KeyboardNavigationMode<​!-- System.Windows.Input.KeyboardNavigationMode --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Tag ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Object<​!-- System.Object --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} TextInput ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Template ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| ControlTemplate<​!-- System.Windows.Controls.ControlTemplate --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Triggers ==== +
-=== Return Value === +
-^ Return Type ^ +
-| TriggerCollection<​!-- System.Windows.TriggerCollection --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} TextInputStart ** 
-[[#Public Properties|Go Back]] +N/A 
-==== UseLayoutRounding ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== VerticalAlignment ==== +
-=== Return Value === +
-^ Return Type ^ +
-| VerticalAlignment<​!-- System.Windows.VerticalAlignment --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} TextInputUpdate ** 
-[[#Public Properties|Go Back]] +N/A 
-==== VerticalContentAlignment ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| VerticalAlignment<​!-- System.Windows.VerticalAlignment --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Visibility ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Visibility<​!-- System.Windows.Visibility --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} DragEnter ** 
-[[#Public Properties|Go Back]] +N/A 
-==== Width ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== DefaultStyleKey ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Object<​!-- System.Object --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} DragLeave ** 
-[[#​Protected Properties|Go Back]] +N/A 
-==== Map ==== +== Remarks ​== 
-Gets or sets current map that the mapTool will be drawn on +N/A
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== BindingValidationError ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| ValidationErrorEventArgs<​!-- System.Windows.Controls.ValidationErrorEventArgs --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} DragOver ** 
-[[#Public Events|Go Back]] +N/A 
-==== GotFocus ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== IsEnabledChanged ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| DependencyPropertyChangedEventArgs<​!-- System.Windows.DependencyPropertyChangedEventArgs --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicEvent.gif|}} Drop ** 
-[[#Public Events|Go Back]] +N/A 
-==== KeyDown ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== KeyUp ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} ManipulationStarted ** 
-[[#Public Events|Go Back]] +N/A 
-==== LayoutUpdated ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:​ManipulationStartedEventArgs
-[[#Public Events|Go Back]] +
-==== Loaded ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicEvent.gif|}} ManipulationDelta ** 
-[[#Public Events|Go Back]] +N/A 
-==== LostFocus ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:​ManipulationDeltaEventArgs
-[[#Public Events|Go Back]] +
-==== LostMouseCapture ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} ManipulationCompleted ** 
-[[#Public Events|Go Back]] +N/A 
-==== MouseEnter ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:​ManipulationCompletedEventArgs
-[[#Public Events|Go Back]] +
-==== MouseLeave ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} Tap ** 
-[[#Public Events|Go Back]] +N/A 
-==== MouseLeftButtonDown ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:​GestureEventArgs
-[[#Public Events|Go Back]] +
-==== MouseLeftButtonUp ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} DoubleTap ** 
-[[#Public Events|Go Back]] +N/A 
-==== MouseMove ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +Event Arguments:​GestureEventArgs
-[[#Public Events|Go Back]] +
-==== MouseWheel ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseWheelEventArgs<​!-- System.Windows.Input.MouseWheelEventArgs --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicEvent.gif|}} Hold ** 
-[[#Public Events|Go Back]] +N/A 
-==== SizeChanged ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| SizeChangedEventArgs<​!-- System.Windows.SizeChangedEventArgs --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +Event Arguments:​GestureEventArgs
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.mousemaptool.1440040135.txt.gz · Last modified: 2015/09/21 03:29 (external edit)