| Name | Description |
|---|
 | AddHandler(RoutedEvent, Delegate) | |
 | AddHandler(RoutedEvent, Delegate, Boolean) | |
 | AddLogicalChild(Object) | |
 | AddToEventRoute(EventRoute, RoutedEventArgs) | |
 | AddVisualChild(Visual) | |
 | ApplyAnimationClock(DependencyProperty, AnimationClock) | |
 | ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | |
 | ApplyTemplate() | |
 | Arrange(Rect) | |
 | ArrangeCore(Rect) | |
 | ArrangeOverride(Size) | |
 | BeginAnimation(DependencyProperty, AnimationTimeline) | |
 | BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | |
 | BeginInit() | |
 | BeginStoryboard(Storyboard) | |
 | BeginStoryboard(Storyboard, HandoffBehavior) | |
 | BeginStoryboard(Storyboard, HandoffBehavior, Boolean) | |
 | BringIntoView() | |
 | BringIntoView(Rect) | |
 | CaptureMouse() | |
 | CaptureStylus() | |
 | CaptureTouch(TouchDevice) | |
 | ClearValue(DependencyProperty) | |
 | ClearValue(DependencyPropertyKey) | |
 | CoerceValue(DependencyProperty) | |
 | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Additionally, halts any pending downloads of map imagery and allows existing map imagery resources to be freed. This method requires that the control is no longer in the visual tree and therefore has no parent. Once disposed, the control may not be added to the visual tree again. |
 | Dispose(Boolean) | Releases unmanaged and managed resources |
 | EndInit() | |
 | Equals(Object) | |
 | Finalize() | |
 | FindCommonVisualAncestor(DependencyObject) | |
 | FindName(String) | |
 | FindResource(Object) | |
 | Focus() | |
 | GetAnimationBaseValue(DependencyProperty) | |
 | GetBindingExpression(DependencyProperty) | |
 | GetHashCode() | |
 | GetLayoutClip(Size) | |
 | GetLocalValueEnumerator() | |
 | GetTemplateChild(String) | |
 | GetType() | |
 | GetUIParentCore() | |
 | GetValue(DependencyProperty) | |
 | GetVisualChild(Int32) | |
 | HitTestCore(GeometryHitTestParameters) | |
 | HitTestCore(PointHitTestParameters) | |
 | InputHitTest(Point) | |
 | InvalidateArrange() | |
 | InvalidateMeasure() | |
 | InvalidateProperty(DependencyProperty) | |
 | InvalidateVisual() | |
 | IsAncestorOf(DependencyObject) | |
 | IsDescendantOf(DependencyObject) | |
 | LocationToViewportPoint(Location) | Converts a location to a viewport point. |
 | Measure(Size) | |
 | MeasureCore(Size) | |
 | MeasureOverride(Size) | |
 | MemberwiseClone() | |
 | MoveFocus(TraversalRequest) | |
 | OnAccessKey(AccessKeyEventArgs) | |
 | OnApplyTemplate() | |
 | OnChildDesiredSizeChanged(UIElement) | |
 | OnContextMenuClosing(ContextMenuEventArgs) | |
 | OnContextMenuOpening(ContextMenuEventArgs) | |
 | OnCreateAutomationPeer() | |
 | OnCredentialsProviderChanged(DependencyPropertyChangedEventArgs) | Occurs when the user presses and holds down a key or keys on the keyboard. |
 | OnDragEnter(DragEventArgs) | |
 | OnDragLeave(DragEventArgs) | |
 | OnDragOver(DragEventArgs) | |
 | OnDrop(DragEventArgs) | |
 | OnGiveFeedback(GiveFeedbackEventArgs) | |
 | OnGotFocus(RoutedEventArgs) | |
 | OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) | |
 | OnGotMouseCapture(MouseEventArgs) | |
 | OnGotStylusCapture(StylusEventArgs) | |
 | OnGotTouchCapture(TouchEventArgs) | |
 | OnInitialized(EventArgs) | |
 | OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) | |
 | OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) | |
 | OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) | |
 | OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) | |
 | OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) | |
 | OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) | |
 | OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) | |
 | OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) | |
 | OnKeyDown(KeyEventArgs) | |
 | OnKeyUp(KeyEventArgs) | |
 | OnLostFocus(RoutedEventArgs) | |
 | OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) | |
 | OnLostMouseCapture(MouseEventArgs) | |
 | OnLostStylusCapture(StylusEventArgs) | |
 | OnLostTouchCapture(TouchEventArgs) | |
 | OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) | |
 | OnManipulationCompleted(ManipulationCompletedEventArgs) | |
 | OnManipulationDelta(ManipulationDeltaEventArgs) | |
 | OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) | |
 | OnManipulationStarted(ManipulationStartedEventArgs) | |
 | OnManipulationStarting(ManipulationStartingEventArgs) | |
 | OnMouseDoubleClick(MouseButtonEventArgs) | |
 | OnMouseDown(MouseButtonEventArgs) | |
 | OnMouseEnter(MouseEventArgs) | |
 | OnMouseLeave(MouseEventArgs) | |
 | OnMouseLeftButtonDown(MouseButtonEventArgs) | |
 | OnMouseLeftButtonUp(MouseButtonEventArgs) | |
 | OnMouseMove(MouseEventArgs) | |
 | OnMouseRightButtonDown(MouseButtonEventArgs) | |
 | OnMouseRightButtonUp(MouseButtonEventArgs) | |
 | OnMouseUp(MouseButtonEventArgs) | |
 | OnMouseWheel(MouseWheelEventArgs) | |
 | OnPreviewDragEnter(DragEventArgs) | |
 | OnPreviewDragLeave(DragEventArgs) | |
 | OnPreviewDragOver(DragEventArgs) | |
 | OnPreviewDrop(DragEventArgs) | |
 | OnPreviewGiveFeedback(GiveFeedbackEventArgs) | |
 | OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) | |
 | OnPreviewKeyDown(KeyEventArgs) | |
 | OnPreviewKeyUp(KeyEventArgs) | |
 | OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) | |
 | OnPreviewMouseDoubleClick(MouseButtonEventArgs) | |
 | OnPreviewMouseDown(MouseButtonEventArgs) | |
 | OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) | |
 | OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) | |
 | OnPreviewMouseMove(MouseEventArgs) | |
 | OnPreviewMouseRightButtonDown(MouseButtonEventArgs) | |
 | OnPreviewMouseRightButtonUp(MouseButtonEventArgs) | |
 | OnPreviewMouseUp(MouseButtonEventArgs) | |
 | OnPreviewMouseWheel(MouseWheelEventArgs) | |
 | OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) | |
 | OnPreviewStylusButtonDown(StylusButtonEventArgs) | |
 | OnPreviewStylusButtonUp(StylusButtonEventArgs) | |
 | OnPreviewStylusDown(StylusDownEventArgs) | |
 | OnPreviewStylusInAirMove(StylusEventArgs) | |
 | OnPreviewStylusInRange(StylusEventArgs) | |
 | OnPreviewStylusMove(StylusEventArgs) | |
 | OnPreviewStylusOutOfRange(StylusEventArgs) | |
 | OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) | |
 | OnPreviewStylusUp(StylusEventArgs) | |
 | OnPreviewTextInput(TextCompositionEventArgs) | |
 | OnPreviewTouchDown(TouchEventArgs) | |
 | OnPreviewTouchMove(TouchEventArgs) | |
 | OnPreviewTouchUp(TouchEventArgs) | |
 | OnPropertyChanged(DependencyPropertyChangedEventArgs) | |
 | OnQueryContinueDrag(QueryContinueDragEventArgs) | |
 | OnQueryCursor(QueryCursorEventArgs) | |
 | OnRender(DrawingContext) | |
 | OnRenderSizeChanged(SizeChangedInfo) | |
 | OnScaleVisibilityChanged(DependencyPropertyChangedEventArgs) | Occurs when the ScaleVisibility property is changed. |
 | OnStyleChanged(Style, Style) | |
 | OnStylusButtonDown(StylusButtonEventArgs) | |
 | OnStylusButtonUp(StylusButtonEventArgs) | |
 | OnStylusDown(StylusDownEventArgs) | |
 | OnStylusEnter(StylusEventArgs) | |
 | OnStylusInAirMove(StylusEventArgs) | |
 | OnStylusInRange(StylusEventArgs) | |
 | OnStylusLeave(StylusEventArgs) | |
 | OnStylusMove(StylusEventArgs) | |
 | OnStylusOutOfRange(StylusEventArgs) | |
 | OnStylusSystemGesture(StylusSystemGestureEventArgs) | |
 | OnStylusUp(StylusEventArgs) | |
 | OnTemplateChanged(ControlTemplate, ControlTemplate) | |
 | OnTextInput(TextCompositionEventArgs) | |
 | OnToolTipClosing(ToolTipEventArgs) | |
 | OnToolTipOpening(ToolTipEventArgs) | |
 | OnTouchDown(TouchEventArgs) | |
 | OnTouchEnter(TouchEventArgs) | |
 | OnTouchLeave(TouchEventArgs) | |
 | OnTouchMove(TouchEventArgs) | |
 | OnTouchUp(TouchEventArgs) | |
 | OnVisualChildrenChanged(DependencyObject, DependencyObject) | |
 | OnVisualParentChanged(DependencyObject) | |
 | ParentLayoutInvalidated(UIElement) | |
 | PointFromScreen(Point) | |
 | PointToScreen(Point) | |
 | PredictFocus(FocusNavigationDirection) | |
 | RaiseEvent(RoutedEventArgs) | |
 | ReadLocalValue(DependencyProperty) | |
 | RegisterName(String, Object) | |
 | ReleaseAllTouchCaptures() | |
 | ReleaseMouseCapture() | |
 | ReleaseStylusCapture() | |
 | ReleaseTouchCapture(TouchDevice) | |
 | RemoveHandler(RoutedEvent, Delegate) | |
 | RemoveLogicalChild(Object) | |
 | RemoveVisualChild(Visual) | |
 | SetBinding(DependencyProperty, BindingBase) | |
 | SetBinding(DependencyProperty, String) | |
 | SetCurrentValue(DependencyProperty, Object) | |
 | SetResourceReference(DependencyProperty, Object) | |
 | SetValue(DependencyProperty, Object) | |
 | SetValue(DependencyPropertyKey, Object) | |
 | SetView(Double, Double) | Sets the map view to the specified zoom level and heading. |
 | SetView(IEnumerable(Of Location), Thickness, Double) | Sets the map view to the specified center location, margin, and heading. |
 | SetView(IEnumerable(Of Location), Thickness, Double, Double) | Sets the map view to the specified center location, margin, heading, and zoom level. |
 | SetView(Location, Double) | Sets the map view to the specified center location and zoom level. |
 | SetView(Location, Double, Double) | Sets the map view to the specified center location, zoom level, and directional heading. |
 | SetView(LocationRect) | Sets the map view using the specified location rectangle. |
 | ShouldSerializeProperty(DependencyProperty) | |
 | ToString() | |
 | TransformToAncestor(Visual) | |
 | TransformToAncestor(Visual3D) | |
 | TransformToDescendant(Visual) | |
 | TransformToVisual(Visual) | |
 | TranslatePoint(Point, UIElement) | |
 | TryFindResource(Object) | |
 | TryLocationToViewportPoint(Location, Point) | Determines the location on the map associated with a point on the viewport. |
 | TryViewportPointToLocation(Point, Location) | Attempts to convert a viewport point to a location on a map. |
 | UnregisterName(String) | |
 | UpdateLayout() | |
 | ViewportPointToLocation(Point) | Determines the location associated with the viewport point. |