User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.maptool

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.maptool [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightedition.maptool [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.MapTool ====== ====== ThinkGeo.MapSuite.SilverlightEdition.MapTool ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
-This abstract class represents the base class of all predefined map tools. 
-=== Remarks === 
 This abstract class represents the base class of all predefined map tools. This abstract class represents the base class of all predefined map tools.
 ===== 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.LogoMapTool]] +              ​*[[ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool]] 
-*******[[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool]] +              *[[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool]] 
-*******[[ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool]] +              *[[ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool]] 
-*******[[ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool]] +              *[[ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool]] 
-*******[[ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool]] +              *[[ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool]] 
-*******[[ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool]]+              *[[ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} MapTool() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#MapTool()|MapTool]] ​  ​| ​   |    | Initialize an instance of the MapTool class. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MapTool(Map)|MapTool]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  ​| ​   | Initialize an instance of the MapTool class. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MapTool(Map,​ Boolean)|MapTool]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]],​ Boolean ​  ​| ​   | Initialize an instance of the MapTool class. ​  |+
  
 +  * //​Initialize an instance of the MapTool class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} MapTool(Map) **
 +
 +  * //​Initialize an instance of the MapTool class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //map//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} MapTool(Map,​Boolean) **
 +
 +  * //​Initialize an instance of the MapTool class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //map//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]
 +    * Description:​N/​A
 +
 +  * //​isEnabled//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 ==== 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 ​  ​| ​   | +  * //Builds the visual tree for the MapTool control when a new template is applied.//​ 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Arrange(Rect)|Arrange]] ​  | Rect   | UIElement ​  ​| ​   | +== Remarks == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​CaptureMouse()|CaptureMouse]] ​  ​| ​   | UIElement ​  ​| ​   | +  * //N/A// 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​CheckAccess()|CheckAccess]] ​  ​| ​   | DependencyObject ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​ClearValue(DependencyProperty)|ClearValue]] ​  ​| ​DependencyProperty ​  | DependencyObject ​  ​| ​   | +== Return Value == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +  * Type:Void 
-{{wiki:​PublicMethod.gif|Public Method}}[[#FindName(String)|FindName]] ​  | String ​  | FrameworkElement ​  ​| ​   | +  * Description:​N/​A 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Focus()|Focus]] ​  ​| ​   | Control ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GetAnimationBaseValue(DependencyProperty)|GetAnimationBaseValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | +== Parameters == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GetBindingExpression(DependencyProperty)|GetBindingExpression]] ​  | DependencyProperty ​  | FrameworkElement ​  ​| ​   | +<div newline></​div>​ 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +** {{wiki:​PublicMethod.gif|}} ​Focus() ** 
-{{wiki:​PublicMethod.gif|Public Method}}[[#GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#GetValue(DependencyProperty)|GetValue]] ​  | DependencyProperty ​  | DependencyObject ​  ​| ​   | +  * //N/A// 
-{{wiki:​PublicMethod.gif|Public Method}}[[#InvalidateArrange()|InvalidateArrange]] ​  ​| ​   | UIElement ​  ​| ​   | +== Remarks == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateMeasure()|InvalidateMeasure]] ​  ​| ​   | UIElement ​  ​| ​   | +  * //N/A// 
-{{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 MapTool control when a new template is applied. ​  | +== Return Value == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​ReadLocalValue(DependencyProperty)|ReadLocalValue]] ​  ​| ​DependencyProperty ​  | DependencyObject ​  ​| ​   | +  * Type:​Boolean 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​ReleaseMouseCapture()|ReleaseMouseCapture]] ​  ​| ​   | UIElement ​  ​| ​   | +  * Description:​N/​A 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveHandler(RoutedEvent,​ Delegate)|RemoveHandler]] ​  | RoutedEvent,​ Delegate ​  | UIElement ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​SetBinding(DependencyProperty, Binding)|SetBinding]] ​  ​| ​DependencyProperty, Binding ​  | FrameworkElement ​  ​| ​   | +== Parameters == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#SetValue(DependencyProperty,​ Object)|SetValue]] ​  | DependencyProperty,​ Object ​  | DependencyObject ​  ​| ​   | +<div newline></​div>​ 
-{{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   Object ​  |    | +** {{wiki:​PublicMethod.gif|}} ​ApplyTemplate() ** 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​TransformToVisual(UIElement)|TransformToVisual]] ​  | UIElement ​  | UIElement ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateLayout()|UpdateLayout]] ​  ​| ​   | UIElement ​  ​| ​   |+  * //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 ​  ​| ​   | Occcurs when the Enabled property changes ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTemplateChild(String)|GetTemplateChild]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MeasureOverride(Size)|MeasureOverride]] ​  | Size   | FrameworkElement ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCreateAutomationPeer()|OnCreateAutomationPeer]] ​  ​| ​   | UIElement ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGotFocus(RoutedEventArgs)|OnGotFocus]] ​  | RoutedEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyDown(KeyEventArgs)|OnKeyDown]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyUp(KeyEventArgs)|OnKeyUp]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLostFocus(RoutedEventArgs)|OnLostFocus]] ​  | RoutedEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLostMouseCapture(MouseEventArgs)|OnLostMouseCapture]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseEnter(MouseEventArgs)|OnMouseEnter]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeave(MouseEventArgs)|OnMouseLeave]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonDown(MouseButtonEventArgs)|OnMouseLeftButtonDown]] ​  | MouseButtonEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonUp(MouseButtonEventArgs)|OnMouseLeftButtonUp]] ​  | MouseButtonEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseMove(MouseEventArgs)|OnMouseMove]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseWheel(MouseWheelEventArgs)|OnMouseWheel]] ​  | MouseWheelEventArgs ​  | Control ​  ​| ​   |+
  
-==== Public Properties ==== +  * //Occcurs when the Enabled property changes// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActualHeight|ActualHeight]] ​  | Double ​  | FrameworkElement ​  ​| ​   | +  * //N/A//
-| {{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 ​  ​| ​   | 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 ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​DefaultStyleKey|DefaultStyleKey]] ​  | Object ​  | Control ​  ​| ​   | +  * Description:N/A
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  ​| ​   | Gets or sets current map that the mapTool will be drawn on   |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​newValue//​ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​BindingValidationError|BindingValidationError]] ​  | ValidationErrorEventArgs ​  | FrameworkElement ​  ​| ​   +    ​* Type:Boolean 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​GotFocus|GotFocus]] ​  | RoutedEventArgs ​  | UIElement ​  ​| ​   | +    ​* Description:Indicates whether the visibility of MapTool is set as Visibility.Visible
-| {{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 ===== +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​ProtectedMethod.gif|}} OnDrop(DragEventArgs**
-==== MapTool() ==== +
-Initialize an instance of the MapTool class. +
-=== Overloads === +
-Initialize an instance of the MapTool class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#​Protected Constructors|Go Back]] +  * //N/A// 
-==== MapTool(Map) ==== +== Remarks ​== 
-Initialize an instance of the MapTool class. +  ​* //N/A//
-=== Overloads === +
-Initialize an instance of the MapTool class. +
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| map   | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +== Return Value == 
-==== MapTool(Map,​ Boolean) ​==== +  ​Type:Void 
-Initialize an instance of the MapTool class. +  Description:N/A
-=== Overloads === +
-Initialize an instance of the MapTool class. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​+
-| map   | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  ​| ​   | +
-| isEnabled ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +== Parameters ​== 
-===== Public Methods ===== +  * //e// 
-==== AddHandler(RoutedEvent,​ Delegate, Boolean) ==== +    ​* ​Type:​DragEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeMouseMove(MouseEventArgs) **
-| routedEvent ​  | RoutedEvent<!-- System.Windows.RoutedEvent --  |    | +
-| handler ​  | Delegate<!-- System.Delegate --  |    | +
-| handledEventsToo ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ApplyTemplate() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Controls.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== Arrange(Rect) ​==== +    ​* ​Type:​MouseEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeMouseEnter(MouseEventArgs) **
-| finalRect ​  | Rect<!-- System.Windows.Rect --> ​  ​| ​   ​|+
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CaptureMouse() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.UIElement --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== CheckAccess() ​==== +    ​* ​Type:​MouseEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} NativeMouseLeave(MouseEventArgs) **
  
-<!-- System.Windows.DependencyObject --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ClearValue(DependencyProperty) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.DependencyObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== Equals(Object) ​==== +    ​* ​Type:​MouseEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeMouseLeftButtonDown(MouseButtonEventArgs) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FindName(String) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| name   | String<​!-- System.String --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.FrameworkElement --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== Focus() ​==== +    ​* ​Type:​MouseButtonEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} NativeMouseLeftButtonUp(MouseButtonEventArgs) **
  
-<!-- System.Windows.Controls.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetAnimationBaseValue(DependencyProperty) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.DependencyObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== GetBindingExpression(DependencyProperty) ​==== +    ​* ​Type:​MouseButtonEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| BindingExpression<​!-- System.Windows.Data.BindingExpression --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeMouseRightButtonDown(MouseButtonEventArgs) **
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   ​|+
  
-<!-- System.Windows.FrameworkElement --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== GetType() ​==== +    ​* ​Type:​MouseButtonEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} NativeMouseRightButtonUp(MouseButtonEventArgs) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetValue(DependencyProperty) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.DependencyObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== InvalidateArrange() ​==== +    ​* ​Type:​MouseButtonEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} NativeMouseWheel(MouseWheelEventArgs) **
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== InvalidateMeasure() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.UIElement --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== Measure(Size) ​==== +    ​* ​Type:​MouseWheelEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeKeyUp(KeyEventArgs) **
-| availableSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   ​|+
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnApplyTemplate() ==== +  * //N/A//
-Builds the visual tree for the MapTool control when a new template is applied. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.FrameworkElement(overriden) --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== ReadLocalValue(DependencyProperty) ​==== +    ​* ​Type:​KeyEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeKeyDown(KeyEventArgs) **
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   ​|+
  
-<!-- System.Windows.DependencyObject --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ReleaseMouseCapture() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.UIElement --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RemoveHandler(RoutedEvent,​ Delegate) ​==== +    ​* ​Type:​KeyEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeGotFocus(RoutedEventArgs) **
-| routedEvent ​  | RoutedEvent<!-- System.Windows.RoutedEvent --  |    | +
-| handler ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   ​|+
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetBinding(DependencyProperty,​ Binding) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| BindingExpressionBase<​!-- System.Windows.Data.BindingExpressionBase --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| dp   | DependencyProperty<​!-- System.Windows.DependencyProperty --> ​  ​| ​   | +  Description:N/A
-| binding ​  | Binding<​!-- System.Windows.Data.Binding --> ​  ​| ​   |+
  
-<!-- System.Windows.FrameworkElement --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== SetValue(DependencyProperty,​ Object) ​==== +    ​* ​Type:​RoutedEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeLostFocus(RoutedEventArgs) **
-| dp   | DependencyProperty<!-- System.Windows.DependencyProperty --  |    | +
-| value   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Windows.DependencyObject --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== TransformToVisual(UIElement) ​==== +    ​* ​Type:​RoutedEventArgs 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| GeneralTransform<​!-- System.Windows.Media.GeneralTransform --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} NativeIsEnabledChanged(IsEnabledChangedEventArgs) **
-| visual ​  | UIElement<​!-- System.Windows.UIElement --> ​  ​| ​   ​|+
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== UpdateLayout() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.UIElement --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-===== Protected Methods ===== +    ​* ​Type:​IsEnabledChangedEventArgs 
-==== ArrangeOverride(Size) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Size<!-- System.Windows.Size --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetValueFromBuiltInStyle(DependencyProperty,​Object&​) **
-| finalSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   ​|+
  
-<!-- System.Windows.FrameworkElement --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== EnabledChangedCore(Boolean) ==== +  * //N/A//
-Occcurs when the Enabled property changes +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| newValue ​  | Boolean<​!-- System.Boolean --> ​  | Indicates whether the visibility of MapTool is set as Visibility.Visible ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​property//​ 
-==== Finalize() ​==== +    ​* ​Type:​DependencyProperty 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //value// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​Object&​ 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeOnLostMouseCapture(MouseEventArgs**
-==== GetTemplateChild(String==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| DependencyObject<​!-- System.Windows.DependencyObject --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| childName ​  | String<​!-- System.String --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MeasureOverride(Size) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Size<!-- System.Windows.Size --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| availableSize ​  | Size<!-- System.Windows.Size --> ​  ​| ​   |+    * Type:​MouseEventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.FrameworkElement --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeTextInput(TextCompositionEventArgs**
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnCreateAutomationPeer() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| AutomationPeer<​!-- System.Windows.Automation.Peers.AutomationPeer --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​TextCompositionEventArgs 
 +    * Description:N/A
  
-<!-- System.Windows.UIElement --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeTextInputStart(TextCompositionEventArgs**
-==== OnGotFocus(RoutedEventArgs==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnKeyDown(KeyEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | KeyEventArgs<​!-- System.Windows.Input.KeyEventArgs --> ​  ​| ​   |+    * Type:​TextCompositionEventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Controls.Control --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeTextInputUpdate(TextCompositionEventArgs**
-==== 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//
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnLostFocus(RoutedEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | RoutedEventArgs<​!-- System.Windows.RoutedEventArgs --> ​  ​| ​   |+    * Type:​TextCompositionEventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Controls.Control --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeDragEnter(DragEventArgs**
-==== 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//
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseEnter(MouseEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   |+    * Type:​DragEventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Controls.Control --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeDragLeave(DragEventArgs**
-==== 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//
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseLeftButtonDown(MouseButtonEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | MouseButtonEventArgs<​!-- System.Windows.Input.MouseButtonEventArgs --> ​  ​| ​   |+    * Type:​DragEventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Controls.Control --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeDragOver(DragEventArgs**
-==== 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//
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseMove(MouseEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | MouseEventArgs<​!-- System.Windows.Input.MouseEventArgs --> ​  ​| ​   |+    * Type:​DragEventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Controls.Control --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} NativeDrop(DragEventArgs**
-==== 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//
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-===== Public Properties ===== +  * Description:​N/​A
-==== ActualHeight ==== +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //e// 
-==== ActualWidth ​==== +    ​* ​Type:​DragEventArgs 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ShowValidationError() **
-==== Background ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Brush<​!-- System.Windows.Media.Brush --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== BorderBrush ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Brush<​!-- System.Windows.Media.Brush --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== BorderThickness ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Thickness<​!-- System.Windows.Thickness --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== CacheMode ​==== +** {{wiki:​ProtectedMethod.gif|}} HideValidationError() **
-=== Return Value === +
-^ Return Type ^ +
-| CacheMode<​!-- System.Windows.Media.CacheMode --> ​  |+
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Clip ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Geometry<​!-- System.Windows.Media.Geometry --> ​  |+
  
-<!-- System.Windows.UIElement --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Cursor ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Cursor<​!-- System.Windows.Input.Cursor --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== DataContext ​==== +** {{wiki:​ProtectedMethod.gif|}} UpdateValidationState() **
-=== Return Value === +
-^ Return Type ^ +
-| Object<​!-- System.Object --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DesiredSize ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Windows.Size --> ​  |+
  
-<!-- System.Windows.UIElement --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Dispatcher ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Dispatcher<​!-- System.Windows.Threading.Dispatcher --> ​  |+
  
-<!-- System.Windows.DependencyObject --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== Effect ​==== +** {{wiki:​ProtectedMethod.gif|}} OnManipulationStarted(ManipulationStartedEventArgs) **
-=== Return Value === +
-^ Return Type ^ +
-| Effect<​!-- System.Windows.Media.Effects.Effect --> ​  |+
  
-<!-- System.Windows.UIElement --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== FontFamily ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| FontFamily<​!-- System.Windows.Media.FontFamily --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== FontSize ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //e// 
-==== FontStretch ​==== +    ​* ​Type:​ManipulationStartedEventArgs 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| FontStretch<​!-- System.Windows.FontStretch --> ​  |+
  
-<!-- System.Windows.Controls.Control --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnManipulationDelta(ManipulationDeltaEventArgs) **
-==== FontStyle ==== +
-=== Return Value === +
-^ Return Type ^ +
-| FontStyle<​!-- System.Windows.FontStyle --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== FontWeight ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| FontWeight<​!-- System.Windows.FontWeight --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Foreground ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Brush<​!-- System.Windows.Media.Brush --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //e// 
-==== Height ​==== +    ​* ​Type:​ManipulationDeltaEventArgs 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnManipulationCompleted(ManipulationCompletedEventArgs) **
-==== HorizontalAlignment ==== +
-=== Return Value === +
-^ Return Type ^ +
-| HorizontalAlignment<​!-- System.Windows.HorizontalAlignment --> ​  |+
  
-<!-- System.Windows.FrameworkElement ​--+  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== HorizontalContentAlignment ​==== +  * //N/A// 
-=== Return Value === + 
-Return Type ^ +== Return Value == 
-HorizontalAlignment<!-- System.Windows.HorizontalAlignment --  ​|+  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​ManipulationCompletedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnTap(GestureEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​GestureEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDoubleTap(GestureEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​GestureEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnHold(GestureEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​GestureEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetTemplateChild(String) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​DependencyObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​childName//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RemoveTemplateBinding(FrameworkElement,​DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​target//​ 
 +    * Type:​FrameworkElement 
 +    * Description:​N/​A 
 + 
 +  * //​targetProperty//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} GoToState(Boolean,​String) ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​useTransitions//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​stateName//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return ​Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseButtonEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseButtonEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseButtonEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseButtonEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonDown(MouseButtonEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseButtonEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseRightButtonUp(MouseButtonEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseButtonEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseWheel(MouseWheelEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseWheelEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​KeyEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​KeyEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnGotFocus(RoutedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​RoutedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnLostFocus(RoutedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​RoutedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnIsEnabledChanged(IsEnabledChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​IsEnabledChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnLostMouseCapture(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnTextInput(TextCompositionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​TextCompositionEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnTextInputStart(TextCompositionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​TextCompositionEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnTextInputUpdate(TextCompositionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​TextCompositionEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​DragEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDragLeave(DragEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​DragEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​DragEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ApplyTemplateInternal() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetValueInternal(DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MeasureOverride(Size) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Size 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​availableSize//​ 
 +    * Type:Size 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ArrangeOverride(Size) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Size 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​finalSize//​ 
 +    * Type:Size 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnTreeParentUpdated(DependencyObject,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​newParent//​ 
 +    * Type:​DependencyObject 
 +    * Description:​N/​A 
 + 
 +  * //​bIsNewParentAlive//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} NotifyDataContextChanged(DataContextChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​DataContextChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnBindingValidationError(ValidationErrorEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​ValidationErrorEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CalculateBubblePath() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​List<​FrameworkElement>​ 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RaiseBindingValidationError(ValidationErrorEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​ValidationErrorEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(Object,​SizeChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​SizeChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnAncestorDataContextChanged(DataContextChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​DataContextChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsDataContextChangeRelevant(DataContextChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​DataContextChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDataContextChanged(DataContextChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​DataContextChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetValueFromStyle(DependencyProperty,​Object&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Object&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} HasFocus() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} FindNameInPage(String,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //name// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​calledFromUserControl//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetPlainText() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} HitTest(Point) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IEnumerable<​UIElement>​ 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //point// 
 +    * Type:​Point 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} HitTest(Rect) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IEnumerable<​UIElement>​ 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //rect// 
 +    * Type:Rect 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsAncestorOf(UIElement) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​element//​ 
 +    * Type:​UIElement 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnCreateAutomationPeer() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​AutomationPeer 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetOrCreateAutomationPeer() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​AutomationPeer 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetAutomationPeer() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​AutomationPeer 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InvalidateAutomationPeer() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetChildrenCount() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetChild(Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​UIElement 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​childIndex//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} BringIntoView() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} BringIntoView(Rect) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​targetRectangle//​ 
 +    * Type:Rect 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetIsUnloadingNode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PegManagedPeerNoRef() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UnpegManagedPeerNoRef() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetManagedReference(UInt32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​DependencyObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​nPropertyID//​ 
 +    * Type:​UInt32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RefreshExpression(DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} EnsureValueTable() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,​Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,​Object,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +  * //​allowReadOnlySet//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,​Object,​Boolean,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +  * //​allowReadOnlySet//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​isBindingInStyleSetter//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ClearValueInternal(DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ReadLocalValueInternal(DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsPropertyDefault(DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetMentor() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​FrameworkElement 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PrepareCorePropertyExpression(DependencyProperty,​Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InvalidateStyleBinding(DependencyProperty,​Boolean&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​hasLocalOrAnimatedValue//​ 
 +    * Type:​Boolean&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Matrix) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //m// 
 +    * Type:​Matrix 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Matrix3D) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //m// 
 +    * Type:​Matrix3D 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Point) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //p// 
 +    * Type:​Point 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​DependencyObject) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //doh// 
 +    * Type:​DependencyObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //i// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //b// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Enum) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:Enum 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Color) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //c// 
 +    * Type:​Color 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​Double) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //d// 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetValue(DependencyProperty,​GridLength) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //g// 
 +    * Type:​GridLength 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InvalidateProperty(DependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetOldValue(DependencyProperty,​EffectiveValueEntry&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​oldEntry//​ 
 +    * Type:​EffectiveValueEntry&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetNewValue(DependencyProperty,​EffectiveValueEntry&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​newEntry//​ 
 +    * Type:​EffectiveValueEntry&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetEffectiveValue(DependencyProperty,​EffectiveValueEntry&,​Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​newEntry//​ 
 +    * Type:​EffectiveValueEntry&​ 
 +    * Description:​N/​A 
 + 
 +  * //​newValue//​ 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateParentInheritanceContextPropagation() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetAnimatedValue(DependencyProperty,​Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​animatedValue//​ 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ClearAnimatedValue(DependencyProperty,​Boolean,​Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​hasHoldEndValue//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​holdEndValue//​ 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnInheritanceContextChanged(Object,​EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} AddEventListener(DependencyProperty,​Delegate) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​handler//​ 
 +    * Type:​Delegate 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} AddEventListener(DependencyProperty,​Delegate,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​handler//​ 
 +    * Type:​Delegate 
 +    * Description:​N/​A 
 + 
 +  * //​handledEventsToo//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RemoveEventListener(DependencyProperty,​Delegate) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​property//​ 
 +    * Type:​DependencyProperty 
 +    * Description:​N/​A 
 + 
 +  * //​handler//​ 
 +    * Type:​Delegate 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateTreeParent(IManagedPeer,​IManagedPeer,​Boolean,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​oldParent//​ 
 +    * Type:​IManagedPeer 
 +    * Description:​N/​A 
 + 
 +  * //​newParent//​ 
 +    * Type:​IManagedPeer 
 +    * Description:​N/​A 
 + 
 +  * //​bIsNewParentAlive//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​keepReferenceToParent//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateTreeParentHelper(IManagedPeer,​IManagedPeer,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​oldParent//​ 
 +    * Type:​IManagedPeer 
 +    * Description:​N/​A 
 + 
 +  * //​newParent//​ 
 +    * Type:​IManagedPeer 
 +    * Description:​N/​A 
 + 
 +  * //​keepReferenceToParent//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsPropertyLocal(CoreDependencyProperty) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dp// 
 +    * Type:​CoreDependencyProperty 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnParentEnter(IntPtr,​UInt32,​UInt32,​UInt32,​UInt32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​nativeNamescopeOwner//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //bLive// 
 +    * Type:​UInt32 
 +    * Description:​N/​A 
 + 
 +  * //​bSkipNameRegistration//​ 
 +    * Type:​UInt32 
 +    * Description:​N/​A 
 + 
 +  * //​bCoercedIsEnabled//​ 
 +    * Type:​UInt32 
 +    * Description:​N/​A 
 + 
 +  * //​bUseLayoutRounding//​ 
 +    * Type:​UInt32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsEnabled **
  
-<!-- System.Windows.Controls.Control --> 
-[[#Public Properties|Go Back]] 
-==== IsEnabled ==== 
 Gets or sets a value that turns this map tool on or off. Gets or sets a value that turns this map tool on or off.
-=== Remarks ​===+== Remarks ==
 Gets or sets a value that turns this map tool on or off. Gets or sets a value that turns this map tool on or off.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Boolean<​!-- System.Boolean ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTool --> +** {{wiki:​PublicProperty.gif|}} FontSize **
-[[#Public Properties|Go Back]] +
-==== IsHitTestVisible ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.UIElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsTabStop ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} FontFamily **
-[[#Public Properties|Go Back]] +
-==== Language ==== +
-=== Return Value === +
-^ Return Type ^ +
-| XmlLanguage<​!-- System.Windows.Markup.XmlLanguage --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Margin ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:FontFamily
-| Thickness<​!-- System.Windows.Thickness --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} FontWeight **
-[[#Public Properties|Go Back]] +
-==== MaxHeight ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MaxWidth ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:FontWeight
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} FontStyle **
-[[#Public Properties|Go Back]] +
-==== MinHeight ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MinWidth ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:FontStyle
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} FontStretch **
-[[#Public Properties|Go Back]] +
-==== Name ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Opacity ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​FontStretch
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} CharacterSpacing **
-[[#Public Properties|Go Back]] +
-==== OpacityMask ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Brush<​!-- System.Windows.Media.Brush --> ​  |+
  
-<!-- System.Windows.UIElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Padding ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Thickness<​!-- System.Windows.Thickness --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Foreground **
-[[#Public Properties|Go Back]] +
-==== Parent ==== +
-=== Return Value === +
-^ Return Type ^ +
-| DependencyObject<​!-- System.Windows.DependencyObject --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Projection ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Brush
-| Projection<​!-- System.Windows.Media.Projection --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} IsTabStop **
-[[#Public Properties|Go Back]] +
-==== RenderSize ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Windows.Size --> ​  |+
  
-<!-- System.Windows.UIElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RenderTransform ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Transform<​!-- System.Windows.Media.Transform --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} TabIndex **
-[[#Public Properties|Go Back]] +
-==== RenderTransformOrigin ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Point<​!-- System.Windows.Point --> ​  |+
  
-<!-- System.Windows.UIElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Resources ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| ResourceDictionary<​!-- System.Windows.ResourceDictionary --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} TabNavigation **
-[[#Public Properties|Go Back]] +
-==== Style ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Style<​!-- System.Windows.Style --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TabIndex ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​KeyboardNavigationMode
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +** {{wiki:​PublicProperty.gif|}} Template **
-[[#Public Properties|Go Back]] +
-==== TabNavigation ==== +
-=== Return Value === +
-^ Return Type ^ +
-| KeyboardNavigationMode<​!-- System.Windows.Input.KeyboardNavigationMode --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Tag ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ControlTemplate
-| Object<​!-- System.Object --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} Padding **
-[[#Public Properties|Go Back]] +
-==== Template ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ControlTemplate<​!-- System.Windows.Controls.ControlTemplate --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Triggers ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Thickness
-| TriggerCollection<​!-- System.Windows.TriggerCollection --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} HorizontalContentAlignment **
-[[#Public Properties|Go Back]] +
-==== UseLayoutRounding ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.UIElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== VerticalAlignment ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​HorizontalAlignment
-| VerticalAlignment<​!-- System.Windows.VerticalAlignment --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +** {{wiki:​PublicProperty.gif|}} VerticalContentAlignment ​**
-[[#Public Properties|Go Back]] +
-==== VerticalContentAlignment ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| VerticalAlignment<​!-- System.Windows.VerticalAlignment --> ​  |+
  
-<!-- System.Windows.Controls.Control --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Visibility ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​VerticalAlignment
-| Visibility<​!-- System.Windows.Visibility --> ​  |+
  
-<!-- System.Windows.UIElement --> +** {{wiki:​PublicProperty.gif|}} Background **
-[[#Public Properties|Go Back]] +
-==== Width ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- System.Windows.FrameworkElement --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +N/A 
-==== DefaultStyleKey ​==== +== Return Value == 
-=== Return Value === +  * Type:​Brush 
-Return Type ^ + 
-| Object<!-- System.Object ​--> ​  |+** {{wiki:​PublicProperty.gif|}} BorderThickness ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Thickness 
 + 
 +** {{wiki:​PublicProperty.gif|}} BorderBrush ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Brush 
 + 
 +** {{wiki:​PublicProperty.gif|}} Triggers ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​TriggerCollection 
 + 
 +** {{wiki:​PublicProperty.gif|}} Resources ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​ResourceDictionary 
 + 
 +** {{wiki:​PublicProperty.gif|}} ActualWidth ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} ActualHeight ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} Width ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} Height ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MinWidth ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaxWidth ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MinHeight ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaxHeight ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} HorizontalAlignment ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​HorizontalAlignment 
 + 
 +** {{wiki:​PublicProperty.gif|}} VerticalAlignment ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​VerticalAlignment 
 + 
 +** {{wiki:​PublicProperty.gif|}} Margin ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Thickness 
 + 
 +** {{wiki:​PublicProperty.gif|}} Style ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Style 
 + 
 +** {{wiki:​PublicProperty.gif|}} Parent ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​DependencyObject 
 + 
 +** {{wiki:​PublicProperty.gif|}} FlowDirection ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​FlowDirection 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Tag ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:Object 
 + 
 +** {{wiki:​PublicProperty.gif|}} Cursor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Cursor 
 + 
 +** {{wiki:​PublicProperty.gif|}} Language ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​XmlLanguage 
 + 
 +** {{wiki:​PublicProperty.gif|}} DataContext ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:Object 
 + 
 +** {{wiki:​PublicProperty.gif|}} AllowDrop ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} Clip ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Geometry 
 + 
 +** {{wiki:​PublicProperty.gif|}} Effect ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Effect 
 + 
 +** {{wiki:​PublicProperty.gif|}} Projection ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Projection 
 + 
 +** {{wiki:​PublicProperty.gif|}} OpacityMask ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Brush 
 + 
 +** {{wiki:​PublicProperty.gif|}} RenderTransformOrigin ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Point 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsHitTestVisible ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Visibility ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Visibility 
 + 
 +** {{wiki:​PublicProperty.gif|}} RenderSize ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:Size 
 + 
 +** {{wiki:​PublicProperty.gif|}} UseLayoutRounding ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CacheMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CacheMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} DesiredSize ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:Size 
 + 
 +** {{wiki:​PublicProperty.gif|}} RenderTransform ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Transform 
 + 
 +** {{wiki:​PublicProperty.gif|}} Dispatcher ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Dispatcher 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} Map **
  
-<!-- System.Windows.Controls.Control --> 
-[[#​Protected Properties|Go Back]] 
-==== Map ==== 
 Gets or sets current map that the mapTool will be drawn on Gets or sets current map that the mapTool will be drawn on
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ImplementationRoot ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​FrameworkElement 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultStyleKey ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Object 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TagInternal ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Object 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TemplatedParent ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​DependencyObject 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsDataContextBound ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsDataContextChangingInternal ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ChildrenInternal ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIElementCollection 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} NativeObject ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} NativeObjectSafeHandle ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NativeObjectSafeHandle 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} NeedsInheritanceContextChanges ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsInLiveTree ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} IsEnabledChanged ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} Loaded ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} Unloaded ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} SizeChanged ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} LayoutUpdated ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} BindingValidationError ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ValidationErrorEventArgs 
 + 
 +** {{wiki:​PublicEvent.gif|}} DataContextChanged ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseMove ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseEnter ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseLeave ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseLeftButtonDown ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseLeftButtonUp ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseRightButtonDown ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseRightButtonUp ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseWheel ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} KeyUp ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} KeyDown ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} MediaCommand ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} GotFocus ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} LostFocus ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} LostMouseCapture ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} TextInput ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} TextInputStart ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} TextInputUpdate ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} DragEnter ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​ 
 + 
 +** {{wiki:​PublicEvent.gif|}} DragLeave ** 
 +N/A 
 +== Remarks == 
 +N/A
  
-<!-- 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.maptool.1440040134.txt.gz · Last modified: 2015/09/21 03:28 (external edit)