NonMergeableSpan - класс

Класс нужен для того, чтобы переопределить IsMergeable у базового Span.

Definition

Пространство имён: Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBox
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
[TextElementEditingBehaviorAttribute(IsMergeable = false, IsTypographicOnly = true)]
public class NonMergeableSpan : Span
Inheritance
Object    DispatcherObject    DependencyObject    ContentElement    FrameworkContentElement    TextElement    Inline    Span    NonMergeableSpan

Конструкторы

NonMergeableSpanИнициализирует новый экземпляр класса NonMergeableSpan

Свойства

AllowDropGets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation.
(Унаследован от ContentElement)
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element.
(Унаследован от ContentElement)
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree.
(Унаследован от ContentElement)
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element.
(Унаследован от ContentElement)
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree.
(Унаследован от ContentElement)
BackgroundGets or sets the brush used to fill the background of the content area.
(Унаследован от TextElement)
BaselineAlignmentGets or sets the baseline alignment for the Inline element.
(Унаследован от Inline)
BindingGroupGets or sets the BindingGroup that is used for the element.
(Унаследован от FrameworkContentElement)
CommandBindingsGets a collection of CommandBinding objects that are associated with this element.
(Унаследован от ContentElement)
ContentEndGets a text pointer that represents the end of the content in the element.
(Унаследован от TextElement)
ContentStartGets a text pointer that represents the start of content in the element.
(Унаследован от TextElement)
ContextMenuGets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element.
(Унаследован от FrameworkContentElement)
CursorGets or sets the cursor that displays when the mouse pointer is over this element.
(Унаследован от FrameworkContentElement)
DataContextGets or sets the data context for an element when it participates in data binding.
(Унаследован от FrameworkContentElement)
DefaultStyleKeyGets or sets the key to use to find the style template for this control in themes.
(Унаследован от FrameworkContentElement)
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance.
(Унаследован от DependencyObject)
DispatcherGets the Dispatcher this DispatcherObject is associated with.
(Унаследован от DispatcherObject)
ElementEndGets a text pointer that represents the position just after the end of the element.
(Унаследован от TextElement)
ElementStartGets a text pointer that represents the position just before the start of the element.
(Унаследован от TextElement)
FlowDirectionGets or sets a value that specifies the relative direction for flow of content within a Inline element.
(Унаследован от Inline)
FocusableGets or sets a value that indicates whether the element can receive focus.
(Унаследован от ContentElement)
FocusVisualStyleGets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
(Унаследован от FrameworkContentElement)
FontFamilyGets or sets the preferred top-level font family for the content of the element.
(Унаследован от TextElement)
FontSizeGets or sets the font size for the content of the element.
(Унаследован от TextElement)
FontStretchGets or sets the font-stretching characteristics for the content of the element.
(Унаследован от TextElement)
FontStyleGets or sets the font style for the content of the element.
(Унаследован от TextElement)
FontWeightGets or sets the top-level font weight for the content of the element.
(Унаследован от TextElement)
ForceCursorGets or sets a value indicating whether this FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's Cursor property.
(Унаследован от FrameworkContentElement)
ForegroundGets or sets the brush to apply to the content of the element.
(Унаследован от TextElement)
HasAnimatedPropertiesGets a value that indicates whether this element has any animated properties.
(Унаследован от ContentElement)
InlinesGets an InlineCollection containing the top-level Inline elements that comprise the contents of the Span.
(Унаследован от Span)
InputBindingsGets the collection of input bindings that are associated with this element.
(Унаследован от ContentElement)
InputScopeGets or sets the context for input used by this FrameworkContentElement.
(Унаследован от FrameworkContentElement)
IsEnabledGets or sets a value that indicates whether this element is enabled in the user interface (UI).
(Унаследован от ContentElement)
IsEnabledCoreGets a value that becomes the return value of IsEnabled in derived classes.
(Унаследован от ContentElement)
IsFocusedGets a value that determines whether this element has logical focus.
(Унаследован от ContentElement)
IsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit method called.
(Унаследован от FrameworkContentElement)
IsInputMethodEnabledGets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element.
(Унаследован от ContentElement)
IsKeyboardFocusedGets a value that indicates whether this element has keyboard focus.
(Унаследован от ContentElement)
IsKeyboardFocusWithinGets a value that indicates whether keyboard focus is anywhere within the element or child elements.
(Унаследован от ContentElement)
IsLoadedGets a value indicating whether this element has been loaded for presentation.
(Унаследован от FrameworkContentElement)
IsMouseCapturedGets a value that indicates whether the mouse is captured by this element.
(Унаследован от ContentElement)
IsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its element tree.
(Унаследован от ContentElement)
IsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account.
(Унаследован от ContentElement)
IsMouseOverGets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing).
(Унаследован от ContentElement)
IsSealedGets a value that indicates whether this instance is currently sealed (read-only).
(Унаследован от DependencyObject)
IsStylusCapturedGets a value that indicates whether the stylus is captured to this element.
(Унаследован от ContentElement)
IsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, including child elements and control compositing.
(Унаследован от ContentElement)
IsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account.
(Унаследован от ContentElement)
IsStylusOverGets a value that indicates whether the stylus is located over this element (including visual child elements).
(Унаследован от ContentElement)
LanguageGets or sets localization/globalization language information that applies to an individual element.
(Унаследован от FrameworkContentElement)
LogicalChildrenGets an enumerator that can iterate the logical children of the element.
(Унаследован от TextElement)
NameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML.
(Унаследован от FrameworkContentElement)
NextInlineGets the next Inline element that is a peer to this element.
(Унаследован от Inline)
OverridesDefaultStyleGets or sets a value indicating whether this element incorporates style properties from theme styles.
(Унаследован от FrameworkContentElement)
ParentGets the parent in the logical tree for this element.
(Унаследован от FrameworkContentElement)
PreviousInlineGets the previous Inline element that is a peer to this element.
(Унаследован от Inline)
ResourcesGets or sets the current locally-defined resource dictionary.
(Унаследован от FrameworkContentElement)
SiblingInlinesGets an InlineCollection that contains the Inline elements that are siblings (peers) to this element.
(Унаследован от Inline)
StyleGets or sets the style to be used by this element.
(Унаследован от FrameworkContentElement)
TagGets or sets an arbitrary object value that can be used to store custom information about this element.
(Унаследован от FrameworkContentElement)
TemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template.
(Унаследован от FrameworkContentElement)
TextDecorationsGets a TextDecorationCollection that contains text decorations to apply to this element.
(Унаследован от Inline)
TextEffectsGets or sets a collection of text effects to apply to the content of the element.
(Унаследован от TextElement)
ToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI).
(Унаследован от FrameworkContentElement)
TouchesCapturedGets all touch devices that are captured to this element.
(Унаследован от ContentElement)
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree.
(Унаследован от ContentElement)
TouchesDirectlyOverGets all touch devices that are over this element.
(Унаследован от ContentElement)
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree.
(Унаследован от ContentElement)
TypographyGets the currently effective typography variations for the content of the element.
(Унаследован от TextElement)

Методы

AddHandler(RoutedEvent, Delegate)Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
(Унаследован от ContentElement)
AddHandler(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 to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Унаследован от ContentElement)
AddLogicalChildAdds the provided element as a child of this element.
(Унаследован от FrameworkContentElement)
AddToEventRouteAdds handlers to the specified EventRoute for the current ContentElement event handler collection.
(Унаследован от ContentElement)
ApplyAnimationClock(DependencyProperty, AnimationClock)Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
(Унаследован от ContentElement)
ApplyAnimationClock(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.
(Унаследован от ContentElement)
BeginAnimation(DependencyProperty, AnimationTimeline)Starts an animation for a specified animated property on this element.
(Унаследован от ContentElement)
BeginAnimation(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.
(Унаследован от ContentElement)
BeginInitCalled before an element is initialized.
(Унаследован от FrameworkContentElement)
BeginStoryboard(Storyboard)Begins the sequence of actions that are contained in the provided storyboard.
(Унаследован от FrameworkContentElement)
BeginStoryboard(Storyboard, HandoffBehavior)Begins the sequence of actions that are contained in the provided storyboard, with options specified for what should occur if the property is already animated.
(Унаследован от FrameworkContentElement)
BeginStoryboard(Storyboard, HandoffBehavior, Boolean)Begins the sequence of actions that are contained in the provided storyboard, with specified state for control of the animation after it is started.
(Унаследован от FrameworkContentElement)
BringIntoViewAttempts to bring this element into view, within any scrollable regions it is contained within.
(Унаследован от FrameworkContentElement)
CaptureMouseAttempts to force capture of the mouse to this element.
(Унаследован от ContentElement)
CaptureStylusAttempts to force capture of the stylus to this element.
(Унаследован от ContentElement)
CaptureTouchAttempts to force capture of a touch to this element.
(Унаследован от ContentElement)
CheckAccessDetermines whether the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)
ClearValue(DependencyProperty)Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Унаследован от DependencyObject)
ClearValue(DependencyPropertyKey)Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Унаследован от DependencyObject)
CoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Унаследован от DependencyObject)
EndInitCalled immediately after an element is initialized.
(Унаследован от FrameworkContentElement)
EqualsDetermines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Унаследован от DependencyObject)
FindNameFinds an element that has the provided identifier name.
(Унаследован от FrameworkContentElement)
FindResourceSearches for a resource with the specified key, and will throw an exception if the requested resource is not found.
(Унаследован от FrameworkContentElement)
FocusAttempts to set focus to this element.
(Унаследован от ContentElement)
GetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation.
(Унаследован от ContentElement)
GetBindingExpressionGets the BindingExpression for the specified property's binding.
(Унаследован от FrameworkContentElement)
GetHashCodeGets a hash code for this DependencyObject.
(Унаследован от DependencyObject)
GetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Унаследован от DependencyObject)
GetUIParentCoreReturns an alternative logical parent for this element if there is no visual parent. In this case, a FrameworkContentElement parent is always the same value as the Parent property.
(Унаследован от FrameworkContentElement)
GetValueReturns the current effective value of a dependency property on this instance of a DependencyObject.
(Унаследован от DependencyObject)
InvalidatePropertyRe-evaluates the effective value for the specified dependency property.
(Унаследован от DependencyObject)
MoveFocusMoves the keyboard focus from this element to another element.
(Унаследован от FrameworkContentElement)
OnContextMenuClosingInvoked whenever the ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event.
(Унаследован от FrameworkContentElement)
OnContextMenuOpeningInvoked whenever the ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
(Унаследован от FrameworkContentElement)
OnCreateAutomationPeerReturns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
(Унаследован от ContentElement)
OnDragEnterInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnDragLeaveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnDragOverInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnDropInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnGiveFeedbackInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnGotFocusClass handler for the GotFocus event.
(Унаследован от FrameworkContentElement)
OnGotKeyboardFocusInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnGotMouseCaptureInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnGotStylusCaptureInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnGotTouchCaptureProvides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element.
(Унаследован от ContentElement)
OnInitializedRaises the Initialized event. This method is invoked whenever IsInitialized is set to .
(Унаследован от FrameworkContentElement)
OnIsKeyboardFocusedChangedInvoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnIsKeyboardFocusWithinChangedInvoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnIsMouseCapturedChangedInvoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnIsMouseCaptureWithinChangedInvoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnIsMouseDirectlyOverChangedInvoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnIsStylusCapturedChangedInvoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnIsStylusCaptureWithinChangedInvoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnIsStylusDirectlyOverChangedInvoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnKeyDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnKeyUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnLostFocusRaises the LostFocus routed event by using the event data that is provided.
(Унаследован от ContentElement)
OnLostKeyboardFocusInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnLostMouseCaptureInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnLostStylusCaptureInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnLostTouchCaptureProvides class handling for the LostTouchCapture routed event that occurs when this element loses a touch capture.
(Унаследован от ContentElement)
OnMouseDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnMouseEnterInvoked when an unhandled MouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnMouseLeaveInvoked when an unhandled MouseLeave attached event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnMouseLeftButtonDownInvoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnMouseLeftButtonUpInvoked 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.
(Унаследован от ContentElement)
OnMouseMoveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnMouseRightButtonDownInvoked 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.
(Унаследован от ContentElement)
OnMouseRightButtonUpInvoked 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.
(Унаследован от ContentElement)
OnMouseUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnMouseWheelInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewDragEnterInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewDragLeaveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewDragOverInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewDropInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewGiveFeedbackInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewGotKeyboardFocusInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewKeyDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewKeyUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewLostKeyboardFocusInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewMouseDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewMouseLeftButtonDownInvoked 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.
(Унаследован от ContentElement)
OnPreviewMouseLeftButtonUpInvoked 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.
(Унаследован от ContentElement)
OnPreviewMouseMoveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewMouseRightButtonDownInvoked 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.
(Унаследован от ContentElement)
OnPreviewMouseRightButtonUpInvoked 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.
(Унаследован от ContentElement)
OnPreviewMouseUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewMouseWheelInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewQueryContinueDragInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusButtonDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusButtonUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusInAirMoveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusInRangeInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusMoveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusOutOfRangeInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusSystemGestureInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewStylusUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewTextInputInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnPreviewTouchDownProvides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element.
(Унаследован от ContentElement)
OnPreviewTouchMoveProvides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element.
(Унаследован от ContentElement)
OnPreviewTouchUpProvides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element.
(Унаследован от ContentElement)
OnPropertyChangedHandles notifications that one or more of the dependency properties that exist on the element have had their effective values changed.
(Унаследован от TextElement)
OnQueryContinueDragInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnQueryCursorInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStyleChangedInvoked when the style that is in use on this element changes.
(Унаследован от FrameworkContentElement)
OnStylusButtonDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusButtonUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusDownInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusEnterInvoked when an unhandled StylusEnter attached event is raised by this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnStylusInAirMoveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusInRangeInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusLeaveInvoked when an unhandled StylusLeave attached event is raised by this element. Implement this method to add class handling for this event.
(Унаследован от ContentElement)
OnStylusMoveInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusOutOfRangeInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusSystemGestureInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnStylusUpInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnTextInputInvoked when an unhandled 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.
(Унаследован от ContentElement)
OnToolTipClosingInvoked whenever the ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event.
(Унаследован от FrameworkContentElement)
OnToolTipOpeningInvoked whenever the ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
(Унаследован от FrameworkContentElement)
OnTouchDownProvides class handling for the TouchDown routed event that occurs when a touch presses inside this element.
(Унаследован от ContentElement)
OnTouchEnterProvides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element.
(Унаследован от ContentElement)
OnTouchLeaveProvides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this element.
(Унаследован от ContentElement)
OnTouchMoveProvides class handling for the TouchMove routed event that occurs when a touch moves while inside this element.
(Унаследован от ContentElement)
OnTouchUpProvides class handling for the TouchUp routed event that occurs when a touch is released inside this element.
(Унаследован от ContentElement)
PredictFocusDetermines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. This method is sealed and cannot be overridden.
(Унаследован от FrameworkContentElement)
RaiseEventRaises 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).
(Унаследован от ContentElement)
ReadLocalValueReturns the local value of a dependency property, if it exists.
(Унаследован от DependencyObject)
RegisterNameProvides an accessor that simplifies access to the NameScope registration method.
(Унаследован от FrameworkContentElement)
ReleaseAllTouchCapturesReleases all captured touch devices from this element.
(Унаследован от ContentElement)
ReleaseMouseCaptureReleases the mouse capture, if this element held the capture.
(Унаследован от ContentElement)
ReleaseStylusCaptureReleases the stylus device capture, if this element held the capture.
(Унаследован от ContentElement)
ReleaseTouchCaptureAttempts to release the specified touch device from this element.
(Унаследован от ContentElement)
RemoveHandlerRemoves the specified routed event handler from this element.
(Унаследован от ContentElement)
RemoveLogicalChildRemoves the specified element from the logical tree for this element.
(Унаследован от FrameworkContentElement)
SetBinding(DependencyProperty, String)Attaches a binding to this element, based on the provided source property name as a path qualification to the data source.
(Унаследован от FrameworkContentElement)
SetBinding(DependencyProperty, BindingBase)Attaches a binding to this element, based on the provided binding object.
(Унаследован от FrameworkContentElement)
SetCurrentValueSets the value of a dependency property without changing its value source.
(Унаследован от DependencyObject)
SetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property.
(Унаследован от FrameworkContentElement)
SetValue(DependencyProperty, Object)Sets the local value of a dependency property, specified by its dependency property identifier.
(Унаследован от DependencyObject)
SetValue(DependencyPropertyKey, Object)Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Унаследован от DependencyObject)
ShouldSerializeCommandBindingsReturns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class.
(Унаследован от ContentElement)
ShouldSerializeInlinesReturns a value that indicates whether the content of a Span element should be serialized during serialization of a Run object.
(Унаследован от Span)
ShouldSerializeInputBindingsReturns whether serialization processes should serialize the contents of the InputBindings property on instances of this class.
(Унаследован от ContentElement)
ShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Унаследован от DependencyObject)
ShouldSerializeResourcesReturns whether serialization processes should serialize the contents of the Resources property on instances of this class.
(Унаследован от FrameworkContentElement)
ShouldSerializeStyleReturns whether serialization processes should serialize the contents of the Style property on instances of this class.
(Унаследован от FrameworkContentElement)
TryFindResourceSearches for a resource with the specified key, and returns that resource if found.
(Унаследован от FrameworkContentElement)
UnregisterNameSimplifies access to the NameScope de-registration method.
(Унаследован от FrameworkContentElement)
UpdateDefaultStyleReapplies the default style to the current FrameworkContentElement.
(Унаследован от FrameworkContentElement)
VerifyAccessEnforces that the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)

События

ContextMenuClosingOccurs just before any context menu on the element is closed.
(Унаследован от FrameworkContentElement)
ContextMenuOpeningOccurs when any context menu on the element is opened.
(Унаследован от FrameworkContentElement)
DataContextChangedOccurs when this element's data context changes.
(Унаследован от FrameworkContentElement)
DragEnterOccurs when the input system reports an underlying drag event with this element as the drag target.
(Унаследован от ContentElement)
DragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin.
(Унаследован от ContentElement)
DragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target.
(Унаследован от ContentElement)
DropOccurs when the input system reports an underlying drop event with this element as the drop target.
(Унаследован от ContentElement)
FocusableChangedOccurs when the value of the Focusable property changes.
(Унаследован от ContentElement)
GiveFeedbackOccurs when the input system reports an underlying drag-and-drop event that involves this element.
(Унаследован от ContentElement)
GotFocusOccurs when this element gets logical focus.
(Унаследован от ContentElement)
GotKeyboardFocusOccurs when the keyboard is focused on this element.
(Унаследован от ContentElement)
GotMouseCaptureOccurs when this element captures the mouse.
(Унаследован от ContentElement)
GotStylusCaptureOccurs when this element captures the stylus.
(Унаследован от ContentElement)
GotTouchCaptureOccurs when a touch is captured to this element.
(Унаследован от ContentElement)
InitializedOccurs when this FrameworkContentElement is initialized. This coincides with cases where the value of the IsInitialized property changes from (or undefined) to .
(Унаследован от FrameworkContentElement)
IsEnabledChangedOccurs when the value of the IsEnabled property on this element changes.
(Унаследован от ContentElement)
IsKeyboardFocusedChangedOccurs when the value of the IsKeyboardFocused property changes on this element.
(Унаследован от ContentElement)
IsKeyboardFocusWithinChangedOccurs when the value of the IsKeyboardFocusWithinChanged property changes on this element.
(Унаследован от ContentElement)
IsMouseCapturedChangedOccurs when the value of the IsMouseCaptured property changes on this element.
(Унаследован от ContentElement)
IsMouseCaptureWithinChangedOccurs when the value of the IsMouseCaptureWithinProperty changes on this element.
(Унаследован от ContentElement)
IsMouseDirectlyOverChangedOccurs when the value of the IsMouseDirectlyOver property changes on this element.
(Унаследован от ContentElement)
IsStylusCapturedChangedOccurs when the value of the IsStylusCaptured property changes on this element.
(Унаследован от ContentElement)
IsStylusCaptureWithinChangedOccurs when the value of the IsStylusCaptureWithin property changes on this element.
(Унаследован от ContentElement)
IsStylusDirectlyOverChangedOccurs when the value of the IsStylusDirectlyOver property changes on this element.
(Унаследован от ContentElement)
KeyDownOccurs when a key is pressed while focus is on this element.
(Унаследован от ContentElement)
KeyUpOccurs when a key is released while focus is on this element.
(Унаследован от ContentElement)
LoadedOccurs when the element is laid out, rendered, and ready for interaction.
(Унаследован от FrameworkContentElement)
LostFocusOccurs when this element loses logical focus.
(Унаследован от ContentElement)
LostKeyboardFocusOccurs when the keyboard is no longer focused on this element.
(Унаследован от ContentElement)
LostMouseCaptureOccurs when this element loses mouse capture.
(Унаследован от ContentElement)
LostStylusCaptureOccurs when this element loses stylus capture.
(Унаследован от ContentElement)
LostTouchCaptureOccurs when this element loses a touch capture.
(Унаследован от ContentElement)
MouseDownOccurs when any mouse button is pressed while the pointer is over this element.
(Унаследован от ContentElement)
MouseEnterOccurs when the mouse pointer enters the bounds of this element.
(Унаследован от ContentElement)
MouseLeaveOccurs when the mouse pointer leaves the bounds of this element.
(Унаследован от ContentElement)
MouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element.
(Унаследован от ContentElement)
MouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element.
(Унаследован от ContentElement)
MouseMoveOccurs when the mouse pointer moves while over this element.
(Унаследован от ContentElement)
MouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element.
(Унаследован от ContentElement)
MouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element.
(Унаследован от ContentElement)
MouseUpOccurs when any mouse button is released over this element.
(Унаследован от ContentElement)
MouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target.
(Унаследован от ContentElement)
PreviewDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin.
(Унаследован от ContentElement)
PreviewDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target.
(Унаследован от ContentElement)
PreviewDropOccurs when the input system reports an underlying drop event with this element as the drop target.
(Унаследован от ContentElement)
PreviewGiveFeedbackOccurs when a drag-and-drop operation is started.
(Унаследован от ContentElement)
PreviewGotKeyboardFocusOccurs when the keyboard is focused on this element.
(Унаследован от ContentElement)
PreviewKeyDownOccurs when a key is pressed while the keyboard is focused on this element.
(Унаследован от ContentElement)
PreviewKeyUpOccurs when a key is released while the keyboard is focused on this element.
(Унаследован от ContentElement)
PreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element.
(Унаследован от ContentElement)
PreviewMouseDownOccurs when any mouse button is pressed while the pointer is over this element.
(Унаследован от ContentElement)
PreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewMouseUpOccurs when any mouse button is released while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Унаследован от ContentElement)
PreviewQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Унаследован от ContentElement)
PreviewStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element.
(Унаследован от ContentElement)
PreviewStylusButtonUpOccurs when the stylus button is released while the pointer is over this element.
(Унаследован от ContentElement)
PreviewStylusDownOccurs when the stylus touches the digitizer while it is over this element.
(Унаследован от ContentElement)
PreviewStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer.
(Унаследован от ContentElement)
PreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Унаследован от ContentElement)
PreviewStylusMoveOccurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead.
(Унаследован от ContentElement)
PreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected.
(Унаследован от ContentElement)
PreviewStylusSystemGestureOccurs when a user performs one of several stylus gestures.
(Унаследован от ContentElement)
PreviewStylusUpOccurs when the user raises the stylus off the digitizer while the stylus is over this element.
(Унаследован от ContentElement)
PreviewTextInputOccurs when this element gets text in a device-independent manner.
(Унаследован от ContentElement)
PreviewTouchDownOccurs when a finger touches the screen while the finger is over this element.
(Унаследован от ContentElement)
PreviewTouchMoveOccurs when a finger moves on the screen while the finger is over this element.
(Унаследован от ContentElement)
PreviewTouchUpOccurs when a finger is raised off of the screen while the finger is over this element.
(Унаследован от ContentElement)
QueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Унаследован от ContentElement)
QueryCursorOccurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position.
(Унаследован от ContentElement)
SourceUpdatedOccurs when any associated data source participating in a binding on this element changes.
(Унаследован от FrameworkContentElement)
StylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element.
(Унаследован от ContentElement)
StylusButtonUpOccurs when the stylus button is released while the pointer is over this element.
(Унаследован от ContentElement)
StylusDownOccurs when the stylus touches the digitizer while the stylus is over this element.
(Унаследован от ContentElement)
StylusEnterOccurs when the stylus enters the bounds of this element.
(Унаследован от ContentElement)
StylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer.
(Унаследован от ContentElement)
StylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Унаследован от ContentElement)
StylusLeaveOccurs when the stylus leaves the bounds of the element.
(Унаследован от ContentElement)
StylusMoveOccurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead.
(Унаследован от ContentElement)
StylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected, while over this element.
(Унаследован от ContentElement)
StylusSystemGestureOccurs when a user performs one of several stylus gestures.
(Унаследован от ContentElement)
StylusUpOccurs when the user raises the stylus off the digitizer while it is over this element.
(Унаследован от ContentElement)
TargetUpdatedOccurs when any associated target property participating in a binding on this element changes.
(Унаследован от FrameworkContentElement)
TextInputOccurs when this element gets text in a device-independent manner.
(Унаследован от ContentElement)
ToolTipClosingOccurs just before any tooltip on the element is closed.
(Унаследован от FrameworkContentElement)
ToolTipOpeningOccurs when any tooltip on the element is opened.
(Унаследован от FrameworkContentElement)
TouchDownOccurs when a finger touches the screen while the finger is over this element.
(Унаследован от ContentElement)
TouchEnterOccurs when a touch moves from outside to inside the bounds of this element.
(Унаследован от ContentElement)
TouchLeaveOccurs when a touch moves from inside to outside the bounds of this element.
(Унаследован от ContentElement)
TouchMoveOccurs when a finger moves on the screen while the finger is over this element.
(Унаследован от ContentElement)
TouchUpOccurs when a finger is raised off of the screen while the finger is over this element.
(Унаследован от ContentElement)
UnloadedOccurs when the element is removed from an element tree of loaded elements.
(Унаследован от FrameworkContentElement)

См. также