| 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) | This method arranges the children. For Orientation=Vertical, it uses as many columns as it can, until it reaches MaxLevels. For Orientation=Horizontal, it uses the maximum number of rows possible. However, for both, their columns or rows respectively will never be more than MaxWrappingLevels.(Overrides FrameworkElement::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^) | |
 | CreateUIElementCollection(FrameworkElement^) | |
 | 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^) | |
 | Measure(Size) | |
 | MeasureCore(Size) | |
 | MeasureOverride(Size) | This method calculates the amount of space this panel will request. For Orientation=Vertical, it will use as many columns as it has space and children for. (Overrides FrameworkElement::MeasureOverride(Size).) |
 | MemberwiseClone() | |
 | MoveFocus(TraversalRequest^) | |
 | OnAccessKey(AccessKeyEventArgs^) | |
 | OnApplyTemplate() | |
 | OnChildDesiredSizeChanged(UIElement^) | |
 | OnContextMenuClosing(ContextMenuEventArgs^) | |
 | OnContextMenuOpening(ContextMenuEventArgs^) | |
 | OnCreateAutomationPeer() | |
 | OnDragEnter(DragEventArgs^) | |
 | OnDragLeave(DragEventArgs^) | |
 | OnDragOver(DragEventArgs^) | |
 | OnDrop(DragEventArgs^) | |
 | OnGiveFeedback(GiveFeedbackEventArgs^) | |
 | OnGotFocus(RoutedEventArgs^) | |
 | OnGotKeyboardFocus(KeyboardFocusChangedEventArgs^) | |
 | OnGotMouseCapture(MouseEventArgs^) | |
 | OnGotStylusCapture(StylusEventArgs^) | |
 | OnGotTouchCapture(TouchEventArgs^) | |
 | OnInitialized(EventArgs^) | |
 | OnIsItemsHostChanged(Boolean, Boolean) | |
 | 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^) | |
 | 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^) | |
 | 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^) | |
 | 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^) | |
 | 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^) | |
 | ShouldSerializeProperty(DependencyProperty^) | |
 | ToString() | |
 | TransformToAncestor(Visual^) | |
 | TransformToAncestor(Visual3D^) | |
 | TransformToDescendant(Visual^) | |
 | TransformToVisual(Visual^) | |
 | TranslatePoint(Point, UIElement^) | |
 | TryFindResource(Object^) | |
 | UnregisterName(String^) | |
 | UpdateDefaultStyle() | |
 | UpdateLayout() | |