MainWindow MethodsVis2 NodeTrix CodeDokumentation
The MainWindow type exposes the following members.
Methods

  NameDescription
Public methodOnlineActivate
Attempts to bring the window to the foreground and activates it.
(Inherited from OnlineWindow.)
Protected methodOnlineAddChild
Adds a specified object as the child of a OnlineContentControl.
(Inherited from OnlineContentControl.)
Public methodOnlineAddHandler(RoutedEvent, Delegate)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
(Inherited from OnlineUIElement.)
Public methodOnlineAddHandler(RoutedEvent, Delegate, Boolean)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from OnlineUIElement.)
Protected methodOnlineAddLogicalChild
Adds the provided object to the logical tree of this element.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineAddText
Adds a specified text string to a OnlineContentControl.
(Inherited from OnlineContentControl.)
Public methodOnlineAddToEventRoute
Adds handlers to the specified OnlineEventRoute for the current OnlineUIElement event handler collection.
(Inherited from OnlineUIElement.)
Protected methodOnlineAddVisualChild
Defines the parent-child relationship between two visuals.
(Inherited from OnlineVisual.)
Public methodOnlineApplyAnimationClock(DependencyProperty, AnimationClock)
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
(Inherited from OnlineUIElement.)
Public methodOnlineApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
(Inherited from OnlineUIElement.)
Public methodOnlineApplyTemplate
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 OnlineFrameworkElement.)
Public methodOnlineArrange
Positions child elements and determines a size for a OnlineUIElement. Parent elements call this method from their OnlineArrangeCore(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 OnlineUIElement.)
Protected methodOnlineArrangeCore
Implements OnlineArrangeCore(Rect) (defined as virtual in OnlineUIElement) and seals the implementation.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineArrangeOverride
Override this method to arrange and size a window and its child elements.
(Inherited from OnlineWindow.)
Public methodOnlineBeginAnimation(DependencyProperty, AnimationTimeline)
Starts an animation for a specified animated property on this element.
(Inherited from OnlineUIElement.)
Public methodOnlineBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
(Inherited from OnlineUIElement.)
Public methodOnlineBeginInit
Starts the initialization process for this element.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBeginStoryboard(Storyboard)
Begins the sequence of actions that are contained in the provided storyboard.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBeginStoryboard(Storyboard, HandoffBehavior)
Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBeginStoryboard(Storyboard, HandoffBehavior, Boolean)
Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBringIntoView 
Attempts to bring this element into view, within any scrollable regions it is contained within.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBringIntoView(Rect)
Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineCaptureStylus
Attempts to force capture of the stylus to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineCaptureTouch
Attempts to force capture of a touch to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineCheckAccess
Determines whether the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Public methodOnlineClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a OnlineDependencyProperty identifier.
(Inherited from OnlineDependencyObject.)
Public methodOnlineClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a OnlineDependencyPropertyKey.
(Inherited from OnlineDependencyObject.)
Public methodOnlineClose
Manually closes a OnlineWindow.
(Inherited from OnlineWindow.)
Public methodOnlineCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any OnlineCoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Public methodOnlineDragMove
Allows a window to be dragged by a mouse with its left button down over an exposed area of the window's client area.
(Inherited from OnlineWindow.)
Public methodOnlineEndInit
Indicates that the initialization process for the element is complete.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineEquals
Determines whether a provided OnlineDependencyObject is equivalent to the current OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFindCommonVisualAncestor
Returns the common ancestor of two visual objects.
(Inherited from OnlineVisual.)
Public methodOnlineFindName
Finds an element that has the provided identifier name.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineFindResource
Searches for a resource with the specified key, and throws an exception if the requested resource is not found.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineFocus
Attempts to set focus to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineGetAnimationBaseValue
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 OnlineUIElement.)
Public methodOnlineGetBindingExpression
Returns the OnlineBindingExpression that represents the binding on the specified property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetHashCode
Gets a hash code for this OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodOnlineGetLayoutClip
Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodOnlineGetTemplateChild
Do not use. Use OnlineFindName(String, FrameworkElement) instead.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineGetUIParentCore
Returns an alternative logical parent for this element if there is no visual parent.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetValue
Returns the current effective value of a dependency property on this instance of a OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodOnlineGetVisualChild
Overrides OnlineGetVisualChild(Int32), and returns a child at the specified index from a collection of child elements.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineHide
Makes a window invisible.
(Inherited from OnlineWindow.)
Protected methodOnlineHitTestCore(PointHitTestParameters)
Implements OnlineHitTestCore(PointHitTestParameters) to supply base element hit testing behavior (returning OnlineHitTestResult).
(Inherited from OnlineUIElement.)
Protected methodOnlineHitTestCore(GeometryHitTestParameters)
Implements OnlineHitTestCore(GeometryHitTestParameters) to supply base element hit testing behavior (returning OnlineGeometryHitTestResult).
(Inherited from OnlineUIElement.)
Public methodInitializeComponent
InitializeComponent
Public methodOnlineInputHitTest
Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin.
(Inherited from OnlineUIElement.)
Public methodOnlineInvalidateArrange
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 OnlineUpdateLayout .
(Inherited from OnlineUIElement.)
Public methodOnlineInvalidateMeasure
Invalidates the measurement state (layout) for the element.
(Inherited from OnlineUIElement.)
Public methodOnlineInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from OnlineDependencyObject.)
Public methodOnlineInvalidateVisual
Invalidates the rendering of the element, and forces a complete new layout pass. OnlineOnRender(DrawingContext) is called after the layout cycle is completed.
(Inherited from OnlineUIElement.)
Public methodOnlineIsAncestorOf
Determines whether the visual object is an ancestor of the descendant visual object.
(Inherited from OnlineVisual.)
Public methodOnlineIsDescendantOf
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from OnlineVisual.)
Public methodOnlineMeasure
Updates the OnlineDesiredSize of a OnlineUIElement. Parent elements call this method from their own OnlineMeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update.
(Inherited from OnlineUIElement.)
Protected methodOnlineMeasureCore
Implements basic measure-pass layout system behavior for OnlineFrameworkElement.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineMeasureOverride
Override this method to measure the size of a window.
(Inherited from OnlineWindow.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineMoveFocus
Moves the keyboard focus away from this element and to another element in a provided traversal direction.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnAccessKey
Provides class handling for when an access key that is meaningful for this element is invoked.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnActivated
Raises the OnlineActivated event.
(Inherited from OnlineWindow.)
Public methodOnlineOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call OnlineApplyTemplate .
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnChildDesiredSizeChanged
Supports layout behavior when a child element is resized.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnClosed
Raises the OnlineClosed event.
(Inherited from OnlineWindow.)
Protected methodOnlineOnClosing
Raises the OnlineClosing event.
(Inherited from OnlineWindow.)
Protected methodOnlineOnContentChanged
Called when the OnlineContent property changes.
(Inherited from OnlineWindow.)
Protected methodOnlineOnContentRendered
Raises the OnlineContentRendered event.
(Inherited from OnlineWindow.)
Protected methodOnlineOnContentStringFormatChanged
Occurs when the OnlineContentStringFormat property changes.
(Inherited from OnlineContentControl.)
Protected methodOnlineOnContentTemplateChanged
Called when the OnlineContentTemplate property changes.
(Inherited from OnlineContentControl.)
Protected methodOnlineOnContentTemplateSelectorChanged
Called when the OnlineContentTemplateSelector property changes.
(Inherited from OnlineContentControl.)
Protected methodOnlineOnContextMenuClosing
Invoked whenever an unhandled OnlineContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnContextMenuOpening
Invoked whenever an unhandled OnlineContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnCreateAutomationPeer
Creates and returns a OnlineWindowAutomationPeer object for this OnlineWindow.
(Inherited from OnlineWindow.)
Protected methodOnlineOnDeactivated
Raises the OnlineDeactivated event.
(Inherited from OnlineWindow.)
Protected methodOnlineOnDragEnter
Invoked when an unhandled OnlineDragEnter 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 OnlineUIElement.)
Protected methodOnlineOnDragLeave
Invoked when an unhandled OnlineDragLeave 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 OnlineUIElement.)
Protected methodOnlineOnDragOver
Invoked when an unhandled OnlineDragOver 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 OnlineUIElement.)
Protected methodOnlineOnDrop
Invoked when an unhandled OnlineDragEnter 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 OnlineUIElement.)
Protected methodOnlineOnGiveFeedback
Invoked when an unhandled OnlineGiveFeedback 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 OnlineUIElement.)
Protected methodOnlineOnGotFocus
Invoked whenever an unhandled OnlineGotFocus event reaches this element in its route.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnGotKeyboardFocus
Invoked when an unhandled OnlineGotKeyboardFocus 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 OnlineUIElement.)
Protected methodOnlineOnGotMouseCapture
Invoked when an unhandled OnlineGotMouseCapture 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 OnlineUIElement.)
Protected methodOnlineOnGotStylusCapture
Invoked when an unhandled OnlineGotStylusCapture 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 OnlineUIElement.)
Protected methodOnlineOnGotTouchCapture
Provides class handling for the OnlineGotTouchCapture routed event that occurs when a touch is captured to this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnInitialized
Raises the OnlineInitialized event. This method is invoked whenever OnlineIsInitialized is set to true internally.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnIsKeyboardFocusedChanged
Invoked when an unhandled OnlineIsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsKeyboardFocusWithinChanged
Invoked just before the OnlineIsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsMouseCapturedChanged
Invoked when an unhandled OnlineIsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsMouseCaptureWithinChanged
Invoked when an unhandled OnlineIsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsMouseDirectlyOverChanged
Invoked when an unhandled OnlineIsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsStylusCapturedChanged
Invoked when an unhandled OnlineIsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsStylusCaptureWithinChanged
Invoked when an unhandled OnlineIsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsStylusDirectlyOverChanged
Invoked when an unhandled OnlineIsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnKeyDown
Invoked when an unhandled OnlineKeyDown 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 OnlineUIElement.)
Protected methodOnlineOnKeyUp
Invoked when an unhandled OnlineKeyUp 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 OnlineUIElement.)
Protected methodOnlineOnLocationChanged
Raises the OnlineLocationChanged event.
(Inherited from OnlineWindow.)
Protected methodOnlineOnLostFocus
Raises the OnlineLostFocus routed event by using the event data that is provided.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnLostKeyboardFocus
Invoked when an unhandled OnlineLostKeyboardFocus 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 OnlineUIElement.)
Protected methodOnlineOnLostMouseCapture
Invoked when an unhandled OnlineLostMouseCapture 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 OnlineUIElement.)
Protected methodOnlineOnLostStylusCapture
Invoked when an unhandled OnlineLostStylusCapture 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 OnlineUIElement.)
Protected methodOnlineOnLostTouchCapture
Provides class handling for the OnlineLostTouchCapture routed event that occurs when this element loses a touch capture .
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationBoundaryFeedback
Called when the OnlineManipulationBoundaryFeedback event occurs.
(Inherited from OnlineWindow.)
Protected methodOnlineOnManipulationCompleted
Called when the OnlineManipulationCompleted event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationDelta
Called when the OnlineManipulationDelta event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationInertiaStarting
Called when the OnlineManipulationInertiaStarting event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationStarted
Called when the OnlineManipulationStarted event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationStarting
Provides class handling for the OnlineManipulationStarting routed event that occurs when the manipulation processor is first created.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseDoubleClick
Raises the OnlineMouseDoubleClick routed event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseDown
Invoked when an unhandled OnlineMouseDown 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 OnlineUIElement.)
Protected methodOnlineOnMouseEnter
Invoked when an unhandled OnlineMouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseLeave
Invoked when an unhandled OnlineMouseLeave attached event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseLeftButtonDown
Invoked when an unhandled OnlineMouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseLeftButtonUp
Invoked when an unhandled OnlineMouseLeftButtonUp 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 OnlineUIElement.)
Protected methodOnlineOnMouseMove
Invoked when an unhandled OnlineMouseMove 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 OnlineUIElement.)
Protected methodOnlineOnMouseRightButtonDown
Invoked when an unhandled OnlineMouseRightButtonDown 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 OnlineUIElement.)
Protected methodOnlineOnMouseRightButtonUp
Invoked when an unhandled OnlineMouseRightButtonUp 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 OnlineUIElement.)
Protected methodOnlineOnMouseUp
Invoked when an unhandled OnlineMouseUp 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 OnlineUIElement.)
Protected methodOnlineOnMouseWheel
Invoked when an unhandled OnlineMouseWheel 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 OnlineUIElement.)
Protected methodOnlineOnPreviewDragEnter
Invoked when an unhandled OnlinePreviewDragEnter 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 OnlineUIElement.)
Protected methodOnlineOnPreviewDragLeave
Invoked when an unhandled OnlinePreviewDragLeave 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 OnlineUIElement.)
Protected methodOnlineOnPreviewDragOver
Invoked when an unhandled OnlinePreviewDragOver 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 OnlineUIElement.)
Protected methodOnlineOnPreviewDrop
Invoked when an unhandled OnlinePreviewDrop 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 OnlineUIElement.)
Protected methodOnlineOnPreviewGiveFeedback
Invoked when an unhandled OnlinePreviewGiveFeedback 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 OnlineUIElement.)
Protected methodOnlineOnPreviewGotKeyboardFocus
Invoked when an unhandled OnlinePreviewGotKeyboardFocus 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 OnlineUIElement.)
Protected methodOnlineOnPreviewKeyDown
Invoked when an unhandled OnlinePreviewKeyDown 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 OnlineUIElement.)
Protected methodOnlineOnPreviewKeyUp
Invoked when an unhandled OnlinePreviewKeyUp 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 OnlineUIElement.)
Protected methodOnlineOnPreviewLostKeyboardFocus
Invoked when an unhandled OnlinePreviewKeyDown 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseDoubleClick
Raises the OnlinePreviewMouseDoubleClick routed event.
(Inherited from OnlineControl.)
Protected methodOnlineOnPreviewMouseDown
Invoked when an unhandled OnlinePreviewMouseDown 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseLeftButtonDown
Invoked when an unhandled OnlinePreviewMouseLeftButtonDown 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseLeftButtonUp
Invoked when an unhandled OnlinePreviewMouseLeftButtonUp 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseMove
Invoked when an unhandled OnlinePreviewMouseMove 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseRightButtonDown
Invoked when an unhandled OnlinePreviewMouseRightButtonDown 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseRightButtonUp
Invoked when an unhandled OnlinePreviewMouseRightButtonUp 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseUp
Invoked when an unhandled OnlinePreviewMouseUp 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 OnlineUIElement.)
Protected methodOnlineOnPreviewMouseWheel
Invoked when an unhandled OnlinePreviewMouseWheel 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 OnlineUIElement.)
Protected methodOnlineOnPreviewQueryContinueDrag
Invoked when an unhandled OnlinePreviewQueryContinueDrag 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusButtonDown
Invoked when an unhandled OnlinePreviewStylusButtonDown 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusButtonUp
Invoked when an unhandled OnlinePreviewStylusButtonUp 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusDown
Invoked when an unhandled OnlinePreviewStylusDown 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusInAirMove
Invoked when an unhandled OnlinePreviewStylusInAirMove 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusInRange
Invoked when an unhandled OnlinePreviewStylusInRange 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusMove
Invoked when an unhandled OnlinePreviewStylusMove 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusOutOfRange
Invoked when an unhandled OnlinePreviewStylusOutOfRange 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusSystemGesture
Invoked when an unhandled OnlinePreviewStylusSystemGesture 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 OnlineUIElement.)
Protected methodOnlineOnPreviewStylusUp
Invoked when an unhandled OnlinePreviewStylusUp 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 OnlineUIElement.)
Protected methodOnlineOnPreviewTextInput
Invoked when an unhandled OnlinePreviewTextInput 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 OnlineUIElement.)
Protected methodOnlineOnPreviewTouchDown
Provides class handling for the OnlinePreviewTouchDown routed event that occurs when a touch presses this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewTouchMove
Provides class handling for the OnlinePreviewTouchMove routed event that occurs when a touch moves while inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewTouchUp
Provides class handling for the OnlinePreviewTouchUp routed event that occurs when a touch is released inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPropertyChanged
Invoked whenever the effective value of any dependency property on this OnlineFrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnlineOnPropertyChanged(DependencyPropertyChangedEventArgs).
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnQueryContinueDrag
Invoked when an unhandled OnlineQueryContinueDrag 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 OnlineUIElement.)
Protected methodOnlineOnQueryCursor
Invoked when an unhandled OnlineQueryCursor 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 OnlineUIElement.)
Protected methodOnlineOnRender
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnRenderSizeChanged
Raises the OnlineSizeChanged event, using the specified information as part of the eventual event data.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnSourceInitialized
Raises the OnlineSourceInitialized event.
(Inherited from OnlineWindow.)
Protected methodOnlineOnStateChanged
Raises the OnlineStateChanged event.
(Inherited from OnlineWindow.)
Protected methodOnlineOnStyleChanged
Invoked when the style in use on this element changes, which will invalidate the layout.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnStylusButtonDown
Invoked when an unhandled OnlineStylusButtonDown 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 OnlineUIElement.)
Protected methodOnlineOnStylusButtonUp
Invoked when an unhandled OnlineStylusButtonUp 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 OnlineUIElement.)
Protected methodOnlineOnStylusDown
Invoked when an unhandled OnlineStylusDown 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 OnlineUIElement.)
Protected methodOnlineOnStylusEnter
Invoked when an unhandled OnlineStylusEnter attached event is raised by this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusInAirMove
Invoked when an unhandled OnlineStylusInAirMove 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 OnlineUIElement.)
Protected methodOnlineOnStylusInRange
Invoked when an unhandled OnlineStylusInRange 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 OnlineUIElement.)
Protected methodOnlineOnStylusLeave
Invoked when an unhandled OnlineStylusLeave attached event is raised by this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusMove
Invoked when an unhandled OnlineStylusMove 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 OnlineUIElement.)
Protected methodOnlineOnStylusOutOfRange
Invoked when an unhandled OnlineStylusOutOfRange 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 OnlineUIElement.)
Protected methodOnlineOnStylusSystemGesture
Invoked when an unhandled OnlineStylusSystemGesture 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 OnlineUIElement.)
Protected methodOnlineOnStylusUp
Invoked when an unhandled OnlineStylusUp 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 OnlineUIElement.)
Protected methodOnlineOnTemplateChanged
Called whenever the control's template changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnTextInput
Invoked when an unhandled OnlineTextInput 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 OnlineUIElement.)
Protected methodOnlineOnToolTipClosing
Invoked whenever an unhandled OnlineToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnToolTipOpening
Invoked whenever the OnlineToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnTouchDown
Provides class handling for the OnlineTouchDown routed event that occurs when a touch presses inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchEnter
Provides class handling for the OnlineTouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchLeave
Provides class handling for the OnlineTouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this OnlineUIElement.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchMove
Provides class handling for the OnlineTouchMove routed event that occurs when a touch moves while inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchUp
Provides class handling for the OnlineTouchUp routed event that occurs when a touch is released inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnVisualChildrenChanged
Called when the OnlineVisualCollection of the visual object is modified.
(Inherited from OnlineVisual.)
Protected methodOnlineOnVisualParentChanged
Called when the parent of the window is changed.
(Inherited from OnlineWindow.)
Protected methodOnlineParentLayoutInvalidated
Supports incremental layout implementations in specialized subclasses of OnlineFrameworkElement. OnlineParentLayoutInvalidated(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 OnlineFrameworkElement.)
Public methodOnlinePointFromScreen
Converts a OnlinePoint in screen coordinates into a OnlinePoint that represents the current coordinate system of the OnlineVisual.
(Inherited from OnlineVisual.)
Public methodOnlinePointToScreen
Converts a OnlinePoint that represents the current coordinate system of the OnlineVisual into a OnlinePoint in screen coordinates.
(Inherited from OnlineVisual.)
Public methodOnlinePredictFocus
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 OnlineFrameworkElement.)
Public methodOnlineRaiseEvent
Raises a specific routed event. The OnlineRoutedEvent to be raised is identified within the OnlineRoutedEventArgs instance that is provided (as the OnlineRoutedEvent property of that event data).
(Inherited from OnlineUIElement.)
Public methodOnlineReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from OnlineDependencyObject.)
Public methodOnlineRegisterName
Provides an accessor that simplifies access to the OnlineNameScope registration method.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineReleaseAllTouchCaptures
Releases all captured touch devices from this element.
(Inherited from OnlineUIElement.)
Public methodOnlineReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from OnlineUIElement.)
Public methodOnlineReleaseStylusCapture
Releases the stylus device capture, if this element held the capture.
(Inherited from OnlineUIElement.)
Public methodOnlineReleaseTouchCapture
Attempts to release the specified touch device from this element.
(Inherited from OnlineUIElement.)
Public methodOnlineRemoveHandler
Removes the specified routed event handler from this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineRemoveLogicalChild
Removes the provided object from this element's logical tree. OnlineFrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineRemoveVisualChild
Removes the parent-child relationship between two visuals.
(Inherited from OnlineVisual.)
Public methodOnlineSetBinding(DependencyProperty, BindingBase)
Attaches a binding to this element, based on the provided binding object.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineSetBinding(DependencyProperty, String)
Attaches a binding to this element, based on the provided source property name as a path qualification to the data source.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from OnlineDependencyObject.)
Public methodOnlineSetResourceReference
Searches for a resource with the specified name and sets up a resource reference to it for the specified property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from OnlineDependencyObject.)
Public methodOnlineSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the OnlineDependencyPropertyKey identifier of the dependency property.
(Inherited from OnlineDependencyObject.)
Public methodOnlineShouldSerializeCommandBindings
Returns whether serialization processes should serialize the contents of the OnlineCommandBindings property on instances of this class.
(Inherited from OnlineUIElement.)
Public methodOnlineShouldSerializeContent
Indicates whether the OnlineContent property should be persisted.
(Inherited from OnlineContentControl.)
Public methodOnlineShouldSerializeInputBindings
Returns whether serialization processes should serialize the contents of the OnlineInputBindings property on instances of this class.
(Inherited from OnlineUIElement.)
Protected methodOnlineShouldSerializeProperty
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Inherited from OnlineDependencyObject.)
Public methodOnlineShouldSerializeResources
Returns whether serialization processes should serialize the contents of the OnlineResources property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineShouldSerializeStyle
Returns whether serialization processes should serialize the contents of the OnlineStyle property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineShouldSerializeTriggers
Returns whether serialization processes should serialize the contents of the OnlineTriggers property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineShow
Opens a window and returns without waiting for the newly opened window to close.
(Inherited from OnlineWindow.)
Public methodOnlineShowDialog
Opens a window and returns only when the newly opened window is closed.
(Inherited from OnlineWindow.)
Public methodOnlineToString
Returns the string representation of a OnlineControl object.
(Inherited from OnlineControl.)
Public methodOnlineTransformToAncestor(Visual)
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified OnlineVisual ancestor of the visual object.
(Inherited from OnlineVisual.)
Public methodOnlineTransformToAncestor(Visual3D)
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified OnlineVisual3D ancestor of the visual object.
(Inherited from OnlineVisual.)
Public methodOnlineTransformToDescendant
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified visual object descendant.
(Inherited from OnlineVisual.)
Public methodOnlineTransformToVisual
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified visual object.
(Inherited from OnlineVisual.)
Public methodOnlineTranslatePoint
Translates a point relative to this element to coordinates that are relative to the specified element.
(Inherited from OnlineUIElement.)
Public methodOnlineTryFindResource
Searches for a resource with the specified key, and returns that resource if found.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineUnregisterName
Simplifies access to the OnlineNameScope de-registration method.
(Inherited from OnlineFrameworkElement.)
Public methodUpdateDefaultStyle (Inherited from OnlineFrameworkElement.)
Public methodOnlineUpdateLayout
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from OnlineUIElement.)
Public methodOnlineVerifyAccess
Enforces that the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Back to Top
See Also