Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

Viewport3D-Methoden

(siehe auch Geschützte Methoden )
  Name Beschreibung
Öffentliche Methode 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)
Öffentliche Methode AddToEventRoute  Adds handlers to the specified EventRoute for the current UIElement event handler collection. (von UIElement geerbt)
Öffentliche Methode ApplyAnimationClock  Überladen. Applies an animation to a specified dependency property on this element. (von UIElement geerbt)
Öffentliche Methode 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)
Öffentliche Methode 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)
Öffentliche Methode BeginAnimation  Überladen. Starts an animation for a specified animated property on this element. (von UIElement geerbt)
Öffentliche Methode BeginInit  Starts the initialization process for this element. (von FrameworkElement geerbt)
Öffentliche Methode BeginStoryboard  Überladen. Begins the sequence of actions contained in the provided storyboard. (von FrameworkElement geerbt)
Öffentliche Methode BringIntoView  Überladen. Attempts to bring this element into view, within any scrollable regions it is contained within. (von FrameworkElement geerbt)
Öffentliche Methode CaptureMouse  Attempts to force capture of the mouse to this element. (von UIElement geerbt)
Öffentliche Methode CaptureStylus  Attempts to force capture of the stylus to this element. (von UIElement geerbt)
Öffentliche Methode CheckAccess  Determines whether the calling thread has access to this DispatcherObject. (von DispatcherObject geerbt)
Öffentliche Methode ClearValue  Überladen. Clears the local value of a property. (von DependencyObject geerbt)
Öffentliche Methode 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)
Öffentliche Methode EndInit  Indicates that the initialization process for the element is complete. (von FrameworkElement geerbt)
Öffentliche Methode Equals  Überladen. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (von DependencyObject geerbt)
Öffentliche Methode FindCommonVisualAncestor  Finds the common ancestor of two visuals objects. (von Visual geerbt)
Öffentliche Methode FindName  Finds an element that has the provided identifier name. (von FrameworkElement geerbt)
Öffentliche Methode FindResource  Searches for a resource with the specified key, and raises an exception if the requested resource is not found. (von FrameworkElement geerbt)
Öffentliche Methode Focus  Attempts to focus the keyboard on this element. (von UIElement geerbt)
Öffentliche Methode 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)
Öffentliche Methode GetBindingExpression  Returns the BindingExpression that represents the binding on the specified property. (von FrameworkElement geerbt)
Öffentliche Methode Statisch GetFlowDirection  Gets the value of the FlowDirection attached property for the specified DependencyObject. (von FrameworkElement geerbt)
Öffentliche Methode GetHashCode  Gets a hash code for this DependencyObject. (von DependencyObject geerbt)
Öffentliche Methode GetLocalValueEnumerator  Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (von DependencyObject geerbt)
Öffentliche Methode GetType  Ruft den Type der aktuellen Instanz ab. (von Object geerbt)
Öffentliche Methode GetValue  Returns the current effective value of a dependency property on this instance of a DependencyObject. (von DependencyObject geerbt)
Öffentliche Methode 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)
Öffentliche Methode 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)
Öffentliche Methode InvalidateMeasure  Invalidates the measurement state (layout) for the element. (von UIElement geerbt)
Öffentliche Methode InvalidateProperty  Re-evaluates the effective value for the specified dependency property (von DependencyObject geerbt)
Öffentliche Methode 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)
Öffentliche Methode IsAncestorOf  Determines whether the visual object is an ancestor of the descendant visual object. (von Visual geerbt)
Öffentliche Methode IsDescendantOf  Determines whether the visual object is a descendant of the ancestor visual object. (von Visual geerbt)
Öffentliche Methode 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)
Öffentliche Methode MoveFocus  Moves the keyboard focus away from this element and to another element in a provided traversal direction. (von FrameworkElement geerbt)
Öffentliche Methode OnApplyTemplate  When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. (von FrameworkElement geerbt)
Öffentliche Methode PointFromScreen  Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. (von Visual geerbt)
Öffentliche Methode PointToScreen  Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (von Visual geerbt)
Öffentliche Methode 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)
Öffentliche Methode 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)
Öffentliche Methode ReadLocalValue  Returns the local value of a dependency property, if it exists. (von DependencyObject geerbt)
Öffentliche Methode Statisch ReferenceEquals  Stellt fest, ob die angegebenen Object-Instanzen dieselbe Instanz sind. (von Object geerbt)
Öffentliche Methode RegisterName  Provides an accessor that simplifies access to the NameScope registration method. (von FrameworkElement geerbt)
Öffentliche Methode ReleaseMouseCapture  Releases the mouse capture, if this element held the capture. (von UIElement geerbt)
Öffentliche Methode ReleaseStylusCapture  Releases the stylus device capture, if this element held the capture. (von UIElement geerbt)
Öffentliche Methode RemoveHandler  Removes the specified routed event handler from this element. (von UIElement geerbt)
Öffentliche Methode SetBinding  Überladen. Attaches a binding to this element for the specified dependency property. (von FrameworkElement geerbt)
Öffentliche Methode Statisch SetFlowDirection  Sets the value of the FlowDirection attached property for the provided element. (von FrameworkElement geerbt)
Öffentliche Methode SetResourceReference  Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (von FrameworkElement geerbt)
Öffentliche Methode SetValue  Überladen. Sets the local value of a dependency property. (von DependencyObject geerbt)
Öffentliche Methode ShouldSerializeCommandBindings  Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (von UIElement geerbt)
Öffentliche Methode ShouldSerializeInputBindings  Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (von UIElement geerbt)
Öffentliche Methode ShouldSerializeResources  Returns whether serialization processes should serialize the contents of the Resources property. (von FrameworkElement geerbt)
Öffentliche Methode ShouldSerializeStyle  Returns whether serialization processes should serialize the contents of the Style property. (von FrameworkElement geerbt)
Öffentliche Methode ShouldSerializeTriggers  Returns whether serialization processes should serialize the contents of the Triggers property. (von FrameworkElement geerbt)
Öffentliche Methode ToString  Gibt einen String zurück, der den aktuellen Object darstellt. (von Object geerbt)
Öffentliche Methode 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)
Öffentliche Methode TransformToDescendant  Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (von Visual geerbt)
Öffentliche Methode TransformToVisual  Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (von Visual geerbt)
Öffentliche Methode TranslatePoint  Translates a point relative to this element to coordinates that are relative to the specified element. (von UIElement geerbt)
Öffentliche Methode TryFindResource  Searches for a resource with the specified key, and returns that resource if found. (von FrameworkElement geerbt)
Öffentliche Methode UnregisterName  Simplifies access to the NameScope de-registration method. (von FrameworkElement geerbt)
Öffentliche Methode UpdateLayout  Ensures that all visual child elements of this element are properly updated for layout. (von UIElement geerbt)
Öffentliche Methode VerifyAccess  Enforces that the calling thread has access to this DispatcherObject. (von DispatcherObject geerbt)
Oben
  Name Beschreibung
Geschützte Methode AddLogicalChild  Adds the provided object to the logical tree of this element. (von FrameworkElement geerbt)
Geschützte Methode AddVisualChild  Sets up the parent-child relationship between two visuals. (von Visual geerbt)
Geschützte Methode ArrangeCore  Implements ArrangeCore (defined as virtual in UIElement) and seals the implementation. (von FrameworkElement geerbt)
Geschützte Methode ArrangeOverride Überschrieben. Causes the Viewport3D to arrange its visual content to fit a specified size.
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode GetTemplateChild  Do not use. Use FindName instead. (von FrameworkElement geerbt)
Geschützte Methode GetUIParentCore  Returns an alternative logical parent for this element if there is no visual parent. (von FrameworkElement geerbt)
Geschützte Methode GetVisualChild Überschrieben. Gets the Visual at a specified position in the Children collection of the Viewport3D.
Geschützte Methode HitTestCore  Überladen. Implements HitTestCore to supply base element hit testing behavior. (von UIElement geerbt)
Geschützte Methode MeasureCore  Implements basic measure-pass layout system behavior for FrameworkElement. (von FrameworkElement geerbt)
Geschützte Methode 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)
Geschützte Methode MemberwiseClone  Erstellt eine flache Kopie des aktuellen Object. (von Object geerbt)
Geschützte Methode OnAccessKey  Provides class handling for when an access key that is meaningful for this element is invoked. (von UIElement geerbt)
Geschützte Methode OnChildDesiredSizeChanged  Supports layout behavior when a child element is resized. (von UIElement geerbt)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode OnCreateAutomationPeer Überschrieben. Creates and returns a Viewport3DAutomationPeer object for this Viewport3D.
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode OnGotFocus  Invoked whenever an unhandled GotFocus event reaches this element in its route. (von FrameworkElement geerbt)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode OnInitialized  Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally. (von FrameworkElement geerbt)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode OnLostFocus  Raises the LostFocus routed event by using the event data that is provided. (von UIElement geerbt)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode OnRenderSizeChanged  Raises the SizeChanged event, using the specified information as part of the eventual event data. (von FrameworkElement geerbt)
Geschützte Methode OnStyleChanged  Invoked when the style in use on this element changes, which will invalidate the layout. (von FrameworkElement geerbt)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode OnVisualChildrenChanged  Called when the VisualCollection of the visual object is modified. (von Visual geerbt)
Geschützte Methode OnVisualParentChanged  Invoked when the parent of this element in the visual tree is changed. Overrides OnVisualParentChanged. (von FrameworkElement geerbt)
Geschützte Methode 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)
Geschützte Methode 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)
Geschützte Methode RemoveVisualChild  Removes the parent-child relationship between two visuals. (von Visual geerbt)
Geschützte Methode ShouldSerializeProperty  Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (von DependencyObject geerbt)
Oben
  Name Beschreibung
Explizite Schnittstellenimplementierung Methode 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.
Explizite Schnittstellenimplementierung Methode 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.
Oben
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
© 2013 Microsoft. Alle Rechte vorbehalten.