GreedyWrapPanel Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodAddHandler(RoutedEvent^, Delegate^)

(Inherited from UIElement.)

System_CAPS_pubmethodAddHandler(RoutedEvent^, Delegate^, Boolean)

(Inherited from UIElement.)

System_CAPS_protmethodAddLogicalChild(Object^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodAddToEventRoute(EventRoute^, RoutedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodAddVisualChild(Visual^)

(Inherited from Visual.)

System_CAPS_pubmethodApplyAnimationClock(DependencyProperty^, AnimationClock^)

(Inherited from UIElement.)

System_CAPS_pubmethodApplyAnimationClock(DependencyProperty^, AnimationClock^, HandoffBehavior)

(Inherited from UIElement.)

System_CAPS_pubmethodApplyTemplate()

(Inherited from FrameworkElement.)

System_CAPS_pubmethodArrange(Rect)

(Inherited from UIElement.)

System_CAPS_protmethodArrangeCore(Rect)

(Inherited from FrameworkElement.)

System_CAPS_protmethodArrangeOverride(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).)

System_CAPS_pubmethodBeginAnimation(DependencyProperty^, AnimationTimeline^)

(Inherited from UIElement.)

System_CAPS_pubmethodBeginAnimation(DependencyProperty^, AnimationTimeline^, HandoffBehavior)

(Inherited from UIElement.)

System_CAPS_pubmethodBeginInit()

(Inherited from FrameworkElement.)

System_CAPS_pubmethodBeginStoryboard(Storyboard^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodBeginStoryboard(Storyboard^, HandoffBehavior)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodBeginStoryboard(Storyboard^, HandoffBehavior, Boolean)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodBringIntoView()

(Inherited from FrameworkElement.)

System_CAPS_pubmethodBringIntoView(Rect)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodCaptureMouse()

(Inherited from UIElement.)

System_CAPS_pubmethodCaptureStylus()

(Inherited from UIElement.)

System_CAPS_pubmethodCaptureTouch(TouchDevice^)

(Inherited from UIElement.)

System_CAPS_pubmethodClearValue(DependencyProperty^)

(Inherited from DependencyObject.)

System_CAPS_pubmethodClearValue(DependencyPropertyKey^)

(Inherited from DependencyObject.)

System_CAPS_pubmethodCoerceValue(DependencyProperty^)

(Inherited from DependencyObject.)

System_CAPS_protmethodCreateUIElementCollection(FrameworkElement^)

(Inherited from Panel.)

System_CAPS_pubmethodEndInit()

(Inherited from FrameworkElement.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from DependencyObject.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindCommonVisualAncestor(DependencyObject^)

(Inherited from Visual.)

System_CAPS_pubmethodFindName(String^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodFindResource(Object^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodFocus()

(Inherited from UIElement.)

System_CAPS_pubmethodGetAnimationBaseValue(DependencyProperty^)

(Inherited from UIElement.)

System_CAPS_pubmethodGetBindingExpression(DependencyProperty^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodGetHashCode()

(Inherited from DependencyObject.)

System_CAPS_protmethodGetLayoutClip(Size)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodGetLocalValueEnumerator()

(Inherited from DependencyObject.)

System_CAPS_protmethodGetTemplateChild(String^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetUIParentCore()

(Inherited from FrameworkElement.)

System_CAPS_pubmethodGetValue(DependencyProperty^)

(Inherited from DependencyObject.)

System_CAPS_protmethodGetVisualChild(Int32)

(Inherited from Panel.)

System_CAPS_protmethodHitTestCore(GeometryHitTestParameters^)

(Inherited from UIElement.)

System_CAPS_protmethodHitTestCore(PointHitTestParameters^)

(Inherited from UIElement.)

System_CAPS_pubmethodInputHitTest(Point)

(Inherited from UIElement.)

System_CAPS_pubmethodInvalidateArrange()

(Inherited from UIElement.)

System_CAPS_pubmethodInvalidateMeasure()

(Inherited from UIElement.)

System_CAPS_pubmethodInvalidateProperty(DependencyProperty^)

(Inherited from DependencyObject.)

System_CAPS_pubmethodInvalidateVisual()

(Inherited from UIElement.)

System_CAPS_pubmethodIsAncestorOf(DependencyObject^)

(Inherited from Visual.)

System_CAPS_pubmethodIsDescendantOf(DependencyObject^)

(Inherited from Visual.)

System_CAPS_pubmethodMeasure(Size)

(Inherited from UIElement.)

System_CAPS_protmethodMeasureCore(Size)

(Inherited from FrameworkElement.)

System_CAPS_protmethodMeasureOverride(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).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMoveFocus(TraversalRequest^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnAccessKey(AccessKeyEventArgs^)

(Inherited from UIElement.)

System_CAPS_pubmethodOnApplyTemplate()

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnChildDesiredSizeChanged(UIElement^)

(Inherited from UIElement.)

System_CAPS_protmethodOnContextMenuClosing(ContextMenuEventArgs^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnContextMenuOpening(ContextMenuEventArgs^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnCreateAutomationPeer()

(Inherited from UIElement.)

System_CAPS_protmethodOnDragEnter(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnDragLeave(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnDragOver(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnDrop(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnGiveFeedback(GiveFeedbackEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnGotFocus(RoutedEventArgs^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnGotKeyboardFocus(KeyboardFocusChangedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnGotMouseCapture(MouseEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnGotStylusCapture(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnGotTouchCapture(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnInitialized(EventArgs^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnIsItemsHostChanged(Boolean, Boolean)

(Inherited from Panel.)

System_CAPS_protmethodOnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)

(Inherited from UIElement.)

System_CAPS_protmethodOnKeyDown(KeyEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnKeyUp(KeyEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnLostFocus(RoutedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnLostKeyboardFocus(KeyboardFocusChangedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnLostMouseCapture(MouseEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnLostStylusCapture(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnLostTouchCapture(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnManipulationCompleted(ManipulationCompletedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnManipulationDelta(ManipulationDeltaEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnManipulationStarted(ManipulationStartedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnManipulationStarting(ManipulationStartingEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseDown(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseEnter(MouseEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseLeave(MouseEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseLeftButtonDown(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseLeftButtonUp(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseMove(MouseEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseRightButtonDown(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseRightButtonUp(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseUp(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnMouseWheel(MouseWheelEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewDragEnter(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewDragLeave(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewDragOver(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewDrop(DragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewGiveFeedback(GiveFeedbackEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewKeyDown(KeyEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewKeyUp(KeyEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseDown(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseLeftButtonDown(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseLeftButtonUp(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseMove(MouseEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseRightButtonDown(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseRightButtonUp(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseUp(MouseButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewMouseWheel(MouseWheelEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewQueryContinueDrag(QueryContinueDragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusButtonDown(StylusButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusButtonUp(StylusButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusDown(StylusDownEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusInAirMove(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusInRange(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusMove(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusOutOfRange(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusSystemGesture(StylusSystemGestureEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewStylusUp(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewTextInput(TextCompositionEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewTouchDown(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewTouchMove(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPreviewTouchUp(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnPropertyChanged(DependencyPropertyChangedEventArgs)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnQueryContinueDrag(QueryContinueDragEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnQueryCursor(QueryCursorEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnRender(DrawingContext^)

(Inherited from Panel.)

System_CAPS_protmethodOnRenderSizeChanged(SizeChangedInfo^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnStyleChanged(Style^, Style^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnStylusButtonDown(StylusButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusButtonUp(StylusButtonEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusDown(StylusDownEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusEnter(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusInAirMove(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusInRange(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusLeave(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusMove(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusOutOfRange(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusSystemGesture(StylusSystemGestureEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnStylusUp(StylusEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnTextInput(TextCompositionEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnToolTipClosing(ToolTipEventArgs^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnToolTipOpening(ToolTipEventArgs^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodOnTouchDown(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnTouchEnter(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnTouchLeave(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnTouchMove(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnTouchUp(TouchEventArgs^)

(Inherited from UIElement.)

System_CAPS_protmethodOnVisualChildrenChanged(DependencyObject^, DependencyObject^)

(Inherited from Panel.)

System_CAPS_protmethodOnVisualParentChanged(DependencyObject^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodParentLayoutInvalidated(UIElement^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodPointFromScreen(Point)

(Inherited from Visual.)

System_CAPS_pubmethodPointToScreen(Point)

(Inherited from Visual.)

System_CAPS_pubmethodPredictFocus(FocusNavigationDirection)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodRaiseEvent(RoutedEventArgs^)

(Inherited from UIElement.)

System_CAPS_pubmethodReadLocalValue(DependencyProperty^)

(Inherited from DependencyObject.)

System_CAPS_pubmethodRegisterName(String^, Object^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodReleaseAllTouchCaptures()

(Inherited from UIElement.)

System_CAPS_pubmethodReleaseMouseCapture()

(Inherited from UIElement.)

System_CAPS_pubmethodReleaseStylusCapture()

(Inherited from UIElement.)

System_CAPS_pubmethodReleaseTouchCapture(TouchDevice^)

(Inherited from UIElement.)

System_CAPS_pubmethodRemoveHandler(RoutedEvent^, Delegate^)

(Inherited from UIElement.)

System_CAPS_protmethodRemoveLogicalChild(Object^)

(Inherited from FrameworkElement.)

System_CAPS_protmethodRemoveVisualChild(Visual^)

(Inherited from Visual.)

System_CAPS_pubmethodSetBinding(DependencyProperty^, BindingBase^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodSetBinding(DependencyProperty^, String^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodSetCurrentValue(DependencyProperty^, Object^)

(Inherited from DependencyObject.)

System_CAPS_pubmethodSetResourceReference(DependencyProperty^, Object^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodSetValue(DependencyProperty^, Object^)

(Inherited from DependencyObject.)

System_CAPS_pubmethodSetValue(DependencyPropertyKey^, Object^)

(Inherited from DependencyObject.)

System_CAPS_protmethodShouldSerializeProperty(DependencyProperty^)

(Inherited from DependencyObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTransformToAncestor(Visual^)

(Inherited from Visual.)

System_CAPS_pubmethodTransformToAncestor(Visual3D^)

(Inherited from Visual.)

System_CAPS_pubmethodTransformToDescendant(Visual^)

(Inherited from Visual.)

System_CAPS_pubmethodTransformToVisual(Visual^)

(Inherited from Visual.)

System_CAPS_pubmethodTranslatePoint(Point, UIElement^)

(Inherited from UIElement.)

System_CAPS_pubmethodTryFindResource(Object^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodUnregisterName(String^)

(Inherited from FrameworkElement.)

System_CAPS_pubmethodUpdateDefaultStyle()

(Inherited from FrameworkElement.)

System_CAPS_pubmethodUpdateLayout()

(Inherited from UIElement.)

NameDescription
System_CAPS_pubmethodAcquireWin32Focus(IntPtr)

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindAncestor<TAncestorType>()

Overloaded. Finds the first ancestor of a given type in the logical or visual tree.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindAncestorOrSelf<TAncestorType>()

Overloaded. Finds the first ancestor of a given type in the logical or visual tree, or the object itself if it matches in type.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindCommonAncestor(DependencyObject^)

Overloaded. Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindDescendant(Predicate<DependencyObject^>^)

Overloaded. Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindDescendant<T>()

Overloaded. Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindDescendantReverse<T>()

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindDescendants<T>()

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodFindDescendantsReverse<T>()

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodGetDeviceActualSize()

Microsoft internal use only.(Defined by DpiHelper.)

System_CAPS_pubmethodGetVisualOrLogicalParent()

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodIsClipped()

Determines whether the element's text is clipped by a parent ScrollViewer (the element can still be scrolled to view the clipped text)(Defined by ExtensionMethods.)

System_CAPS_pubmethodIsConnectedToPresentationSource()

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodIsLogicalAncestorOf(DependencyObject^)

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodIsTrimmed()

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodTraverseVisualTree<T>(Action<T>^)

Microsoft internal use only.(Defined by ExtensionMethods.)

System_CAPS_pubmethodTraverseVisualTreeReverse<T>(Action<T>^)

Microsoft internal use only.(Defined by ExtensionMethods.)

Return to top
Show: