For a list of all members of this type, see TilesPanelBase members.
Name | Description | |
---|---|---|
![]() | AddHandler | Overloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.UIElement) |
![]() | AddToEventRoute | Adds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from System.Windows.UIElement) |
![]() | ApplyAnimationClock | Overloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from System.Windows.UIElement) |
![]() | ApplyTemplate | Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from System.Windows.FrameworkElement) |
![]() | Arrange | Positions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from System.Windows.UIElement) |
![]() | BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.UIElement) |
![]() | BeginInit | Starts the initialization process for this element. (Inherited from System.Windows.FrameworkElement) |
![]() | BeginStoryboard | Overloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkElement) |
![]() | BringIndexIntoViewPublic | Generates the item at the specified index location and makes it visible. (Inherited from System.Windows.Controls.VirtualizingPanel) |
![]() | BringIntoView | Overloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkElement) |
![]() | CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from System.Windows.UIElement) |
![]() | CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from System.Windows.UIElement) |
![]() | CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from System.Windows.UIElement) |
![]() | ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | ContainerFromIndex | Returns the element corresponding to the item at the given index within the ItemCollection. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | ContainerFromItem | Returns the UIElement container corresponding to the given item. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | DeactivateAllContainers | Deactivates all containers. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | DeactivateContainer | Deactivates a specific container. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | EndInit | Indicates that the initialization process for the element is complete. (Inherited from System.Windows.FrameworkElement) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from System.Windows.Media.Visual) |
![]() | FindName | (Inherited from System.Windows.FrameworkElement) |
![]() | FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkElement) |
![]() | Focus | Attempts to set focus to this element. (Inherited from System.Windows.UIElement) |
![]() | GetAnimationBaseValue | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.UIElement) |
![]() | GetBindingExpression | Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from System.Windows.FrameworkElement) |
![]() ![]() | GetColumn | Gets the value of the Column attached property of the specified element, -1 indicates that the tile will be positioned relative to the previous tile in the panel. The default value is 0. |
![]() ![]() | GetColumnSpan | Gets the value of the ColumnSpan attached property of the specified element, 0 indicates that the element will occupy the remainder of the space in its logical column. The default is 1. |
![]() ![]() | GetColumnWeight | Gets the value of the ColumnWeight attached property of the specified element. ColumnWeight specifies how any extra width will be distributed among elements. |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | GetInViewRect | Returns the area of the specified container that is in view or will be in view when the current animations end. |
![]() ![]() | GetIsDragging | Returns whether this tile is currently being dragged (read-only) |
![]() ![]() | GetIsSwapTarget | Returns whether another tile is being dragged over this tile and if released will swap positions with this tile (read-only) |
![]() | GetItemOffset | Returns the position of the specified item, relative to the System.Windows.Controls.VirtualizingPanel. (Inherited from System.Windows.Controls.VirtualizingPanel) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() ![]() | GetRow | Gets the value of the Row attached property of the specified element, -1 indicates that the tile will be positioned relative to the previous tile in the panel. The default value is 0. |
![]() ![]() | GetRowSpan | Gets the value of the RowSpan attached property of the specified element, 0 indicates that the element will occupy the remainder of the space in its logical column. The default is 1. |
![]() ![]() | GetRowWeight | Gets the value of the RowWeight attached property of the specified element. RowWeight specifies how any extra height will be distributed among elements. |
![]() | GetSynchronizedSize | Gets a size that will be used for all items |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | InputHitTest | (Inherited from System.Windows.UIElement) |
![]() | InvalidateArrange | Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by System.Windows.UIElement.UpdateLayout. (Inherited from System.Windows.UIElement) |
![]() | InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from System.Windows.UIElement) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateVisual | Invalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. (Inherited from System.Windows.UIElement) |
![]() | IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from System.Windows.Media.Visual) |
![]() | IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from System.Windows.Media.Visual) |
![]() | ItemFromContainer | Returns the item that corresponds to the specified, generated UIElement. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | Measure | Updates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from System.Windows.UIElement) |
![]() | MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement) |
![]() | OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate. (Inherited from System.Windows.FrameworkElement) |
![]() | PointFromScreen | Converts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual) |
![]() | PointToScreen | Converts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. (Inherited from System.Windows.Media.Visual) |
![]() | PredictFocus | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from System.Windows.FrameworkElement) |
![]() | RaiseEvent | (Inherited from System.Windows.UIElement) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
![]() | RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkElement) |
![]() | ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from System.Windows.UIElement) |
![]() | ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from System.Windows.UIElement) |
![]() | ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from System.Windows.UIElement) |
![]() | ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from System.Windows.UIElement) |
![]() | RemoveAllDeactivatedContainers | Removes all generated containers that have previously been deactivated. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | RemoveHandler | (Inherited from System.Windows.UIElement) |
![]() | SetBinding | Overloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkElement) |
![]() ![]() | SetColumn | Sets the value of the Column attached property of the specified element, -1 indicates that the tile will be positioned relative to the previous tile in the panel. The default value is 0. |
![]() ![]() | SetColumnSpan | Sets the value of the ColumnSpan attached property of the specified element, 0 indicates that the element will occupy the remainder of the space in its logical column. The default is 1. |
![]() ![]() | SetColumnWeight | Sets the value of the ColumnWeight attached property of the specified element. ColumnWeight specifies how any extra width will be distributed among elements. |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkElement) |
![]() ![]() | SetRow | Sets the value of the Row attached property of the specified element, -1 indicates that the tile will be positioned relative to the previous tile in the panel. The default value is 0. |
![]() ![]() | SetRowSpan | Sets the value of the RowSpan attached property of the specified element, 0 indicates that the element will occupy the remainder of the space in its logical column. The default is 1. |
![]() ![]() | SetRowWeight | Sets the value of the RowWeight attached property of the specified element. RowWeight specifies how any extra height will be distributed among elements. |
![]() | SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
![]() | ShouldItemsChangeAffectLayout | Returns a value that indicates whether a changed item in an System.Windows.Controls.ItemsControl affects the layout for this panel. (Inherited from System.Windows.Controls.VirtualizingPanel) |
![]() | TransformToAncestor | Overloaded. Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Visual ancestor of the visual object. (Inherited from System.Windows.Media.Visual) |
![]() | TransformToDescendant | Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. (Inherited from System.Windows.Media.Visual) |
![]() | TransformToVisual | Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from System.Windows.Media.Visual) |
![]() | TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from System.Windows.UIElement) |
![]() | TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkElement) |
![]() | UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from System.Windows.UIElement) |
![]() | VerifyAllDeactivatedContainers | Removes any generated containers that have previously been deactivated and but no longer valid.. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
Name | Description | |
---|---|---|
![]() | AddInternalChild | Adds the specified UIElement to the InternalChildren collection of a VirtualizingPanel element. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | AddLogicalChild | Adds the provided object to the logical tree of this element. (Inherited from System.Windows.FrameworkElement) |
![]() | AddVisualChild | Defines the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual) |
![]() | ArrangeCore | Implements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from System.Windows.FrameworkElement) |
![]() | ArrangeOverride | Overridden. Positions child elements and determines a size for this element. |
![]() | BeginGeneration | Overloaded. Called at the beginning of the generation process. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | BringIndexIntoView | Overridden. Generates the container for the specific index and brings it into view |
![]() | CanSwapContainers | Returns true if the containers can be swapped |
![]() | CleanupUnusedGeneratedElements | Causes previously generated elements that are no longer in view to be 'un-generated' and removed from our parent children collection. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | CreateUIElementCollection | Overridden. Returns a UIElementCollection instance for storing child elements. |
![]() | EndGeneration | Called at the end of the generation process. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | GetActualMinimizedAreaExtent | Gets the actual extent of the minimized area |
![]() | GetAllowTileDragging | Returns whether this item can be dragged |
![]() | GetCanCleanupItem | Overridden. Derived classes must return whether the item at the specified index can be cleaned up. |
![]() | GetCanDropContainer | Returns whether this container can be dropped at this location. |
![]() | GetChildIndexFromItemIndex | Returns the child index associated with the specified item index. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | GetContainerConstraints | Gets any explicit constraints for a container |
![]() | GetContainerState | Gets the state of a container |
![]() | GetDefaultConstraints | Gets the default constraints for a specific state |
![]() | GetDefaultMinimumItemSize | Gets the default minimium size for items. |
![]() | GetExplicitLayoutTileSizeBehavior | Determines whether tile heights are synchronized across columns and whether tile widths are synchronized across rows when TileLayoutOrder is set to 'UseExplicitRowColumnOnTile' |
![]() | GetExplicitMinimizedAreaExtent | Gets an explicit extent for the minimized tile area |
![]() | GetHorizontalTileAreaAlignment | Determines the horizontal alignment of the complete block of visible tiles within the control. |
![]() | GetInterTileAreaSpacing | Determines the amount of spacing between the maximized tile area and the miminized tile area when in maximized mode. |
![]() | GetInterTileSpacing | Gets the amount of spacing between tiles in a specific state. |
![]() | GetIsInDeferredScrollingMode | Returns true if scrolling is deferred until the scroll thumb is released. |
![]() | GetIsInMaximizedMode | Returns true if there is at least one tile whose TileState is 'Maximized'. |
![]() | GetItemAtScrollIndex | Returns the item at the specified scroll index |
![]() | GetItemIndexFromChildIndex | Returns the item index associated with the specified child index. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | GetItemOffsetCore | Returns the position of the specified item, relative to the System.Windows.Controls.VirtualizingPanel. (Inherited from System.Windows.Controls.VirtualizingPanel) |
![]() | GetItemsInView | Returns an array if ItemInfoBase objects representing all of the items that will be arranged in view. |
![]() | GetLayoutClip | Overridden. Returns a geometry for the clipping mask for the element. |
![]() | GetManager | Gets the associated Infragistics.Windows.Internal.TileManager |
![]() | GetMaxColumns | Gets the maximum number of colums to use when arranging tiles in 'Normal' mode.. |
![]() | GetMaximizedItemLimit | Returns the maximimum number of items allowed in the collection returned from GetMaximizedItems |
![]() | GetMaximizedItems | Returns a read-only collection of the items that are maximized. |
![]() | GetMaximizedTileArea | Returns the area of the panel that will include maximized tiles. |
![]() | GetMaximizedTileAreaConstraints | Returns the constraints for the maximized tile area |
![]() | GetMaximizedTileLayoutOrder | Gets how multiple maximized tiles are laid out relative to one another |
![]() | GetMaximizedTileLocation | Gets where the maximized tiles will be arranged relative to the minimized tiles. |
![]() | GetMaxRows | Gets the maximum number of rows to use when arranging tiles in 'Normal' mode.. |
![]() | GetMinColumns | Gets the minimum number of colums to use when arranging tiles in 'Normal' mode.. |
![]() | GetMinimizedTileArea | Returns the area of the panel that will include minimized tiles. |
![]() | GetMinimizedTileAreaConstraints | Returns the constraints for the minimized tile area |
![]() | GetMinRows | Gets the minimum number of rows to use when arranging tiles in 'Normal' mode.. |
![]() | GetOffsetFromScrollPosition | Returns the offset that corresponds to the specified scrollposition. |
![]() | GetRepositionAnimation | Determines how a tile> animates from one location to another. |
![]() | GetResizeAnimation | Determines how a tile> animates from one size to another. |
![]() | GetScrollPositionFromOffset | Returns the scrollposition that corresponds to the specified offset. |
![]() | GetShouldAnimate | Gets/sets whether tiles will animate to their new position and size |
![]() | GetShowAllMinimizedTiles | Gets whether all minimized tiles should be arranged in view |
![]() | GetShowAllTiles | Gets whether all tiles should be arranged in view |
![]() | GetSupportsDeferredScrolling | Returns a boolean indicating whether scrolling in the specified orientation can be deferred. |
![]() | GetTargetRectOfContainer | Returns the final rect where this container will be arranged once animations have been completed |
![]() | GetTargetRectOfItem | Returns the final rect where this item will be arranged once animations have been completed |
![]() | GetTemplateChild | Returns the named element in the visual tree of an instantiated System.Windows.Controls.ControlTemplate. (Inherited from System.Windows.FrameworkElement) |
![]() | GetTileArea | Returns the area of the panel that will include tiles, (i.e inside the padding). |
![]() | GetTileAreaPadding | Get the amount of space between the panel and the area where the tiles are arranged. |
![]() | GetTileLayoutOrder | Determines how the panel will layout the tiles. |
![]() | GetTotalColumnsDisplayed | Returns the total number of columns that will be displayed once animations have been completed. |
![]() | GetTotalRowsDisplayed | Returns the total number of rows that will be displayed once animations have been completed. |
![]() | GetUIParentCore | Returns an alternative logical parent for this element if there is no visual parent. (Inherited from System.Windows.FrameworkElement) |
![]() | GetVerticalTileAreaAlignment | Determines the vertical alignment of the complete block of visible tiles within the control. |
![]() | GetVisualChild | Gets a child element at the specied index. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | HitTestCore | Overloaded. Implements System.Windows.Media.Visual.HitTestCore(System.Windows.Media.PointHitTestParameters) to supply base element hit testing behavior (returning System.Windows.Media.HitTestResult). (Inherited from System.Windows.UIElement) |
![]() | InsertInternalChild | Adds the specified UIElement to the InternalChildren collection of a VirtualizingPanel element at the specified index position. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | InvalidateZOrder | Invalidates the Zorder of the elements. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | IsContainerInArrangeCache | Returns if a specific container is currently in the arrange cache |
![]() | MeasureCore | Implements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
![]() | MeasureOverride | Overridden. Invoked to measure the element and its children. |
![]() | MoveTile | Moves a tile to another location. |
![]() | OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (Inherited from System.Windows.UIElement) |
![]() | OnAnimationEnded | Called when animations have completed on a specific container |
![]() | OnChildDesiredSizeChanged | Overridden. Invoked when the System.Windows.UIElement.DesiredSize of an element changes. |
![]() | OnClearChildren | Called when the collection of child elements is cleared by the base System.Windows.Controls.Panel class. (Inherited from System.Windows.Controls.VirtualizingPanel) |
![]() | OnContainersSwapped | Called when a container dropped on another to swap it. |
![]() | OnContextMenuClosing | Invoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement) |
![]() | OnContextMenuOpening | Invoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement) |
![]() | OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from System.Windows.UIElement) |
![]() | OnDeferredScrollingEnded | Called when the user has completed a scroll thumb drag operation by releasing the mouse. |
![]() | OnDeferredScrollingStarted | Called when the user has initiated a scrolling operation by dragging the scroll thumb. |
![]() | OnDeferredScrollOffsetChanged | Called when the scroll position changes while we are in deferred drag mode. |
![]() | OnDpiChanged | Called when the DPI at which this View is rendered changes. (Inherited from System.Windows.Media.Visual) |
![]() | OnDragEnter | Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnDragLeave | Invoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnDragOver | Invoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnDrop | Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnGiveFeedback | Invoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnGotFocus | Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from System.Windows.FrameworkElement) |
![]() | OnGotKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnGotMouseCapture | Invoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnGotStylusCapture | Invoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnGotTouchCapture | Provides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from System.Windows.UIElement) |
![]() | OnInitialized | Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to %[LangWord]true %internally. (Inherited from System.Windows.FrameworkElement) |
![]() | OnIsItemsHostChanged | Invoked when the System.Windows.Controls.Panel.IsItemsHost has changed. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | OnIsKeyboardFocusedChanged | Invoked when an unhandled System.Windows.UIElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnIsKeyboardFocusWithinChanged | Invoked just before the System.Windows.UIElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnIsMouseCapturedChanged | Invoked when an unhandled System.Windows.UIElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnIsMouseCaptureWithinChanged | Invoked when an unhandled System.Windows.UIElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnIsMouseDirectlyOverChanged | Invoked when an unhandled System.Windows.UIElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnIsStylusCapturedChanged | Invoked when an unhandled System.Windows.UIElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnIsStylusCaptureWithinChanged | Invoked when an unhandled System.Windows.UIElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnIsStylusDirectlyOverChanged | Invoked when an unhandled System.Windows.UIElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnItemsChanged | Overridden. Called when the contents of the associated list changes. |
![]() | OnItemsInViewChanged | Called when animations have completed after the items in view have changed |
![]() | OnKeyDown | Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnKeyUp | Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnLostFocus | Raises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.UIElement) |
![]() | OnLostKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnLostMouseCapture | Overridden. Called when mouse capture is lost |
![]() | OnLostStylusCapture | Invoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnLostTouchCapture | Provides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.UIElement) |
![]() | OnManipulationBoundaryFeedback | Called when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from System.Windows.UIElement) |
![]() | OnManipulationCompleted | Called when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from System.Windows.UIElement) |
![]() | OnManipulationDelta | Called when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from System.Windows.UIElement) |
![]() | OnManipulationInertiaStarting | Called when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from System.Windows.UIElement) |
![]() | OnManipulationStarted | Called when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from System.Windows.UIElement) |
![]() | OnManipulationStarting | Provides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement) |
![]() | OnMouseDown | Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnMouseEnter | Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnMouseLeave | Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnMouseLeftButtonDown | Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnMouseLeftButtonUp | Overridden. Called when the left button is released. |
![]() | OnMouseMove | Overridden. Called when the mouse is moved. |
![]() | OnMouseRightButtonDown | Invoked when an unhandled System.Windows.UIElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnMouseRightButtonUp | Invoked when an unhandled System.Windows.UIElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnMouseUp | Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnMouseWheel | Invoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnNewElementRealized | Overridden. Called after a newly realized element is generated, added to the children collection and 'prepared'. |
![]() | OnPreviewDragEnter | Invoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewDragLeave | Invoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewDragOver | Invoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewDrop | Invoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewGiveFeedback | Invoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewGotKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewKeyDown | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewKeyUp | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewLostKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseDown | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseLeftButtonDown | Invoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseLeftButtonUp | Invoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseMove | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseRightButtonDown | Invoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseRightButtonUp | Invoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseUp | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewMouseWheel | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewQueryContinueDrag | Invoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusButtonDown | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusButtonUp | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusDown | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusInAirMove | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusInRange | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusMove | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusOutOfRange | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusSystemGesture | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewStylusUp | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewTextInput | Invoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewTouchDown | Provides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewTouchMove | Provides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement) |
![]() | OnPreviewTouchUp | Provides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement) |
![]() | OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs). (Inherited from System.Windows.FrameworkElement) |
![]() | OnQueryContinueDrag | Invoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnQueryCursor | Invoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnRender | Draws the content of a System.Windows.Media.DrawingContext object during the render pass of a System.Windows.Controls.Panel element. (Inherited from System.Windows.Controls.Panel) |
![]() | OnRenderSizeChanged | Raises the System.Windows.FrameworkElement.SizeChanged event, using the specified information as part of the eventual event data. (Inherited from System.Windows.FrameworkElement) |
![]() | OnStyleChanged | (Inherited from System.Windows.FrameworkElement) |
![]() | OnStylusButtonDown | Invoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusButtonUp | Invoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusDown | Invoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusEnter | Invoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusInAirMove | Invoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusInRange | Invoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusLeave | Invoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusMove | Invoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusOutOfRange | Invoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusSystemGesture | Invoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnStylusUp | Invoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnTextInput | Invoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement) |
![]() | OnTileDragEnd | Called when a drag operation has ended |
![]() | OnTileDragStart | Called when a drag operation has started |
![]() | OnToolTipClosing | Invoked whenever an unhandled System.Windows.FrameworkElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement) |
![]() | OnToolTipOpening | Invoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement) |
![]() | OnTouchDown | Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.UIElement) |
![]() | OnTouchEnter | Provides class handling for the System.Windows.UIElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement) |
![]() | OnTouchLeave | Provides class handling for the System.Windows.UIElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
![]() | OnTouchMove | Provides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement) |
![]() | OnTouchUp | Provides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement) |
![]() | OnVisualChildrenChanged | Overridden. Called when a child element is added or meoved |
![]() | OnVisualParentChanged | Invoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChanged(System.Windows.DependencyObject). (Inherited from System.Windows.FrameworkElement) |
![]() | ParentLayoutInvalidated | Supports incremental layout implementations in specialized subclasses of System.Windows.FrameworkElement. System.Windows.FrameworkElement.ParentLayoutInvalidated(System.Windows.UIElement) is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. (Inherited from System.Windows.FrameworkElement) |
![]() | RemoveInternalChildRange | Removes child elements from the InternalChildren collection. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | RemoveLogicalChild | Removes the provided object from this element's logical tree. System.Windows.FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. (Inherited from System.Windows.FrameworkElement) |
![]() | RemoveVisualChild | Removes the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual) |
![]() | ShouldItemsChangeAffectLayoutCore | Returns a value that indicates whether a changed item in an System.Windows.Controls.ItemsControl affects the layout for this panel. (Inherited from System.Windows.Controls.VirtualizingPanel) |
![]() | ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
![]() | StartTileDrag | Called to start a drag operation on a tile |
![]() | TriggerCleanupOfUnusedGeneratedItems | Called to trigger a cleanup of unused generated items. (Inherited from Infragistics.Windows.Virtualization.RecyclingItemsPanel) |
![]() | UpdateTransform | Called during animations to reposition, resize elements. |
![]() | VerifyMaximizedItems | Called to make sure the list returned from GetMaximizedItems is in synch with the items collection. |