Viewport3D-Methoden
.NET Framework 3.0
(siehe auch
Geschützte Methoden
)
Oben
| Name | Beschreibung | |
|---|---|---|
| AddHandler | Überladen. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (von UIElement geerbt) |
| AddToEventRoute | Adds handlers to the specified EventRoute for the current UIElement event handler collection. (von UIElement geerbt) |
| ApplyAnimationClock | Überladen. Applies an animation to a specified dependency property on this element. (von UIElement geerbt) |
| 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. (von FrameworkElement geerbt) |
| Arrange | Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (von UIElement geerbt) |
| BeginAnimation | Überladen. Starts an animation for a specified animated property on this element. (von UIElement geerbt) |
| BeginInit | Starts the initialization process for this element. (von FrameworkElement geerbt) |
| BeginStoryboard | Überladen. Begins the sequence of actions contained in the provided storyboard. (von FrameworkElement geerbt) |
| BringIntoView | Überladen. Attempts to bring this element into view, within any scrollable regions it is contained within. (von FrameworkElement geerbt) |
| CaptureMouse | Attempts to force capture of the mouse to this element. (von UIElement geerbt) |
| CaptureStylus | Attempts to force capture of the stylus to this element. (von UIElement geerbt) |
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (von DispatcherObject geerbt) |
| ClearValue | Überladen. Clears the local value of a property. (von DependencyObject geerbt) |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (von DependencyObject geerbt) |
| EndInit | Indicates that the initialization process for the element is complete. (von FrameworkElement geerbt) |
| Equals | Überladen. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (von DependencyObject geerbt) |
| FindCommonVisualAncestor | Finds the common ancestor of two visuals objects. (von Visual geerbt) |
| FindName | Finds an element that has the provided identifier name. (von FrameworkElement geerbt) |
| FindResource | Searches for a resource with the specified key, and raises an exception if the requested resource is not found. (von FrameworkElement geerbt) |
| Focus | Attempts to focus the keyboard on this element. (von UIElement geerbt) |
| GetAnimationBaseValue | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (von UIElement geerbt) |
| GetBindingExpression | Returns the BindingExpression that represents the binding on the specified property. (von FrameworkElement geerbt) |
| GetFlowDirection | Gets the value of the FlowDirection attached property for the specified DependencyObject. (von FrameworkElement geerbt) |
| GetHashCode | Gets a hash code for this DependencyObject. (von DependencyObject geerbt) |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (von DependencyObject geerbt) |
| GetType | Ruft den Type der aktuellen Instanz ab. (von Object geerbt) |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (von DependencyObject geerbt) |
| InputHitTest | Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. (von UIElement geerbt) |
| 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 UpdateLayout. (von UIElement geerbt) |
| InvalidateMeasure | Invalidates the measurement state (layout) for the element. (von UIElement geerbt) |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (von DependencyObject geerbt) |
| InvalidateVisual | Invalidates the rendering of the element, and forces a complete new layout pass. OnRender is called after the layout cycle is completed. (von UIElement geerbt) |
| IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (von Visual geerbt) |
| IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (von Visual geerbt) |
| Measure | Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore implementations to form a recursive layout update. Calling this method constitutes the first pass of a layout update in the layout system. (von UIElement geerbt) |
| MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (von FrameworkElement geerbt) |
| OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. (von FrameworkElement geerbt) |
| PointFromScreen | Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. (von Visual geerbt) |
| PointToScreen | Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (von Visual geerbt) |
| 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. (von FrameworkElement geerbt) |
| RaiseEvent | Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). (von UIElement geerbt) |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (von DependencyObject geerbt) |
| ReferenceEquals | Stellt fest, ob die angegebenen Object-Instanzen dieselbe Instanz sind. (von Object geerbt) |
| RegisterName | Provides an accessor that simplifies access to the NameScope registration method. (von FrameworkElement geerbt) |
| ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (von UIElement geerbt) |
| ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (von UIElement geerbt) |
| RemoveHandler | Removes the specified routed event handler from this element. (von UIElement geerbt) |
| SetBinding | Überladen. Attaches a binding to this element for the specified dependency property. (von FrameworkElement geerbt) |
| SetFlowDirection | Sets the value of the FlowDirection attached property for the provided element. (von FrameworkElement geerbt) |
| SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (von FrameworkElement geerbt) |
| SetValue | Überladen. Sets the local value of a dependency property. (von DependencyObject geerbt) |
| ShouldSerializeCommandBindings | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (von UIElement geerbt) |
| ShouldSerializeInputBindings | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (von UIElement geerbt) |
| ShouldSerializeResources | Returns whether serialization processes should serialize the contents of the Resources property. (von FrameworkElement geerbt) |
| ShouldSerializeStyle | Returns whether serialization processes should serialize the contents of the Style property. (von FrameworkElement geerbt) |
| ShouldSerializeTriggers | Returns whether serialization processes should serialize the contents of the Triggers property. (von FrameworkElement geerbt) |
| ToString | Gibt einen String zurück, der den aktuellen Object darstellt. (von Object geerbt) |
| TransformToAncestor | Returns a transform that can be used to transform coordinates from the Visual to the specified ancestor of the visual object. (von Visual geerbt) |
| TransformToDescendant | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (von Visual geerbt) |
| TransformToVisual | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (von Visual geerbt) |
| TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (von UIElement geerbt) |
| TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (von FrameworkElement geerbt) |
| UnregisterName | Simplifies access to the NameScope de-registration method. (von FrameworkElement geerbt) |
| UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (von UIElement geerbt) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (von DispatcherObject geerbt) |
| Name | Beschreibung | |
|---|---|---|
| AddLogicalChild | Adds the provided object to the logical tree of this element. (von FrameworkElement geerbt) |
| AddVisualChild | Sets up the parent-child relationship between two visuals. (von Visual geerbt) |
| ArrangeCore | Implements ArrangeCore (defined as virtual in UIElement) and seals the implementation. (von FrameworkElement geerbt) |
| ArrangeOverride | Überschrieben. Causes the Viewport3D to arrange its visual content to fit a specified size. |
| Finalize | Gibt einem Object Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor das Object von der Garbage Collection freigegeben wird. (von Object geerbt) |
| GetLayoutClip | 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. (von FrameworkElement geerbt) |
| GetTemplateChild | Do not use. Use FindName instead. (von FrameworkElement geerbt) |
| GetUIParentCore | Returns an alternative logical parent for this element if there is no visual parent. (von FrameworkElement geerbt) |
| GetVisualChild | Überschrieben. Gets the Visual at a specified position in the Children collection of the Viewport3D. |
| HitTestCore | Überladen. Implements HitTestCore to supply base element hit testing behavior. (von UIElement geerbt) |
| MeasureCore | Implements basic measure-pass layout system behavior for FrameworkElement. (von FrameworkElement geerbt) |
| MeasureOverride | When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class. (von FrameworkElement geerbt) |
| MemberwiseClone | Erstellt eine flache Kopie des aktuellen Object. (von Object geerbt) |
| OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (von UIElement geerbt) |
| OnChildDesiredSizeChanged | Supports layout behavior when a child element is resized. (von UIElement geerbt) |
| OnContextMenuClosing | Invoked whenever an unhandled ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (von FrameworkElement geerbt) |
| OnContextMenuOpening | Invoked whenever an unhandled ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (von FrameworkElement geerbt) |
| OnCreateAutomationPeer | Überschrieben. Creates and returns a Viewport3DAutomationPeer object for this Viewport3D. |
| OnDragEnter | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnDragLeave | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnDragOver | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnDrop | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnGiveFeedback | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnGotFocus | Invoked whenever an unhandled GotFocus event reaches this element in its route. (von FrameworkElement geerbt) |
| OnGotKeyboardFocus | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnGotMouseCapture | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnGotStylusCapture | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnInitialized | Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally. (von FrameworkElement geerbt) |
| OnIsKeyboardFocusedChanged | Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnIsKeyboardFocusWithinChanged | Invoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnIsMouseCapturedChanged | Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnIsMouseCaptureWithinChanged | Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnIsMouseDirectlyOverChanged | Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnIsStylusCapturedChanged | Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnIsStylusCaptureWithinChanged | Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnIsStylusDirectlyOverChanged | Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnKeyDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnKeyUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnLostFocus | Raises the LostFocus routed event by using the event data that is provided. (von UIElement geerbt) |
| OnLostKeyboardFocus | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnLostMouseCapture | Invoked when an unhandled Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnLostStylusCapture | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnMouseDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnMouseEnter | Invoked when an unhandled Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnMouseLeave | Invoked when an unhandled Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnMouseLeftButtonDown | Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnMouseLeftButtonUp | Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnMouseMove | Invoked when an unhandled Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnMouseRightButtonDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnMouseRightButtonUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnMouseUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnMouseWheel | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewDragEnter | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewDragLeave | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewDragOver | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewDrop | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewGiveFeedback | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewGotKeyboardFocus | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewKeyDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewKeyUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewLostKeyboardFocus | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseLeftButtonDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseLeftButtonUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseMove | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseRightButtonDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseRightButtonUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewMouseWheel | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewQueryContinueDrag | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusButtonDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusButtonUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusInAirMove | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusInRange | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusMove | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusOutOfRange | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusSystemGesture | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewStylusUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPreviewTextInput | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnPropertyChanged | Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged. (von FrameworkElement geerbt) |
| OnQueryContinueDrag | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnQueryCursor | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnRender | 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. (von UIElement geerbt) |
| OnRenderSizeChanged | Raises the SizeChanged event, using the specified information as part of the eventual event data. (von FrameworkElement geerbt) |
| OnStyleChanged | Invoked when the style in use on this element changes, which will invalidate the layout. (von FrameworkElement geerbt) |
| OnStylusButtonDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusButtonUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusDown | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusEnter | Invoked when an unhandled Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnStylusInAirMove | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusInRange | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusLeave | Invoked when an unhandled Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (von UIElement geerbt) |
| OnStylusMove | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusOutOfRange | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusSystemGesture | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnStylusUp | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnTextInput | Invoked when an unhandled 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. (von UIElement geerbt) |
| OnToolTipClosing | Invoked whenever an unhandled ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (von FrameworkElement geerbt) |
| OnToolTipOpening | Invoked whenever the ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (von FrameworkElement geerbt) |
| OnVisualChildrenChanged | Called when the VisualCollection of the visual object is modified. (von Visual geerbt) |
| OnVisualParentChanged | Invoked when the parent of this element in the visual tree is changed. Overrides OnVisualParentChanged. (von FrameworkElement geerbt) |
| ParentLayoutInvalidated | Supports incremental layout implementations in specialized subclasses of FrameworkElement. ParentLayoutInvalidated 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. (von FrameworkElement geerbt) |
| RemoveLogicalChild | Removes the provided object from this element's logical tree. FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. (von FrameworkElement geerbt) |
| RemoveVisualChild | Removes the parent-child relationship between two visuals. (von Visual geerbt) |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (von DependencyObject geerbt) |
| Name | Beschreibung | |
|---|---|---|
| System.Windows.Markup.IAddChild.AddChild | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
| System.Windows.Markup.IAddChild.AddText | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
Referenz
Viewport3D-KlasseSystem.Windows.Controls-Namespace
Viewport3DVisual