Northwoods.GoWPF 2.2.4 Assembly
Part Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by Part.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)BoundsPropertyIdentifies the read-only Bounds dependency property.  
Public Fieldstatic (Shared in Visual Basic)CategoryPropertyIdentifies the Category dependency property.  
Public Fieldstatic (Shared in Visual Basic)CopyablePropertyIdentifies the Copyable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)DeletablePropertyIdentifies the Deletable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)DragOverSnapCellSizePropertyIdentifies the DragOverSnapCellSize attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)DragOverSnapCellSpotPropertyIdentifies the DragOverSnapCellSpot attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)DragOverSnapEnabledPropertyIdentifies the DragOverSnapEnabled attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)DragOverSnapOriginPropertyIdentifies the DragOverSnapOrigin attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)DropOntoBehaviorPropertyIdentifies the DropOntoBehavior attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)EditablePropertyIdentifies the Editable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)GroupablePropertyIdentifies the Groupable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)InDiagramBoundsPropertyIdentifies the InDiagramBounds attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)IsDropOntoAcceptedPropertyIdentifies the IsDropOntoAccepted dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsSelectedPropertyIdentifies the IsSelected dependency property.  
Public Fieldstatic (Shared in Visual Basic)LayerNamePropertyIdentifies the LayerName attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)LayoutIdPropertyIdentifies the LayoutId attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)MovablePropertyIdentifies the Movable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)PrintablePropertyIdentifies the Printable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)ReshapablePropertyIdentifies the Reshapable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)ResizablePropertyIdentifies the Resizable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)ResizeAdornmentTemplatePropertyIdentifies the ResizeAdornmentTemplate attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)ResizeCellSizePropertyIdentifies the ResizeCellSize attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)ResizeElementNamePropertyIdentifies the ResizeElementName attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)RotatablePropertyIdentifies the Rotatable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)RotateAdornmentTemplatePropertyIdentifies the RotateAdornmentTemplate attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)SelectablePropertyIdentifies the Selectable attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)SelectionAdornedPropertyIdentifies the SelectionAdorned attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)SelectionAdornmentTemplatePropertyIdentifies the SelectionAdornmentTemplate attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)SelectionElementNamePropertyIdentifies the SelectionElementName attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)TextAspectRatioPropertyIdentifies the TextAspectRatio attached dependency property that may be on any TextBlock.  
Public Fieldstatic (Shared in Visual Basic)TextEditablePropertyIdentifies the TextEditable attached dependency property that may be on any TextBlock.  
Public Fieldstatic (Shared in Visual Basic)TextEditAdornmentTemplatePropertyIdentifies the TextEditAdornmentTemplate attached dependency property that may be on any TextBlock.  
Public Fieldstatic (Shared in Visual Basic)TextEditorPropertyIdentifies the TextEditor attached dependency property that may be on any TextBlock.  
Public Fieldstatic (Shared in Visual Basic)TextPropertyIdentifies the Text attached dependency property that must only be on the root VisualElement.  
Public Fieldstatic (Shared in Visual Basic)VisiblePropertyIdentifies the Visible attached dependency property that must only be on the root VisualElement.  
Top
Public Properties
 NameDescription
Public PropertyActualHeightGets the rendered height of this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidthGets the rendered width of this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyAdornmentsGet the collection of Adornments associated with this part.  
Public PropertyAllowDropGets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyAreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. (Inherited from System.Windows.UIElement)
Public PropertyAreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Inherited from System.Windows.UIElement)
Public PropertyAreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. (Inherited from System.Windows.UIElement)
Public PropertyAreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from System.Windows.UIElement)
Public PropertyBindingGroupGets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyBounds Gets the bounding rectangle of this object, in model coordinates.  
Public PropertyCacheModeGets or sets a cached representation of the System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyCategoryGets a string identifying the kind of Node or Group or Link or the purpose of the Adornment.  
Public PropertyClipGets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyClipToBoundsGets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyCommandBindingsGets a collection of System.Windows.Input.CommandBinding objects associated with this element. A System.Windows.Input.CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. (Inherited from System.Windows.UIElement)
Public PropertyContainingGroupsGet a collection of Groups of which this part is a member.  
Public PropertyContainingSubGraphGet the one Group (a "subgraph") that this part is a member of, if any.  
Public PropertyContentGets or sets the data used to generate the child elements of a System.Windows.Controls.ContentPresenter. (Inherited from System.Windows.Controls.ContentPresenter)
Public PropertyContentSourceGets or sets the base name to use during automatic aliasing. (Inherited from System.Windows.Controls.ContentPresenter)
Public PropertyContentStringFormatGets or sets a composite string that specifies how to format the System.Windows.Controls.ContentPresenter.Content property if it is displayed as a string. (Inherited from System.Windows.Controls.ContentPresenter)
Public PropertyContentTemplateGets or sets the template used to display the content of the control. (Inherited from System.Windows.Controls.ContentPresenter)
Public PropertyContentTemplateSelectorGets or sets the System.Windows.Controls.DataTemplateSelector, which allows the application writer to provide custom logic for choosing the template that is used to display the content of the control. (Inherited from System.Windows.Controls.ContentPresenter)
Public PropertyContextMenu Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyCopyable Gets or sets whether the user may copy this part.  
Public PropertyCursorGets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyData Gets or sets the data that this part is bound to.  
Public PropertyDataContext Gets or sets the data context for an element when it participates in data binding. (Inherited from System.Windows.FrameworkElement)
Public PropertyDeletable Gets or sets whether the user may remove this part from the diagram.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDesiredSizeGets the size that this element computed during the measure pass of the layout process. (Inherited from System.Windows.UIElement)
Public PropertyDiagramGets the Diagram that this part is in.  
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDragOverSnapCellSize Gets or sets the size of the grid cell used when snapping during a drag.  
Public PropertyDragOverSnapCellSpotGets or sets the Spot that specifies what point in the grid cell dragged parts snap to.  
Public PropertyDragOverSnapEnabled Gets or sets whether dragging any parts over this part causes their position to be snapped to grid points.  
Public PropertyDragOverSnapOrigin Gets or sets the snapping grid's coordinates origin or offset.  
Public PropertyDropOntoBehaviorGets or sets the behavior when the Northwoods.GoXam.Tool.DraggingTool drops the selection after a move or copy.  
Public PropertyEditable Gets or sets whether the user may in-place text edit this part.  
Public PropertyEffectGets or sets the bitmap effect to apply to the System.Windows.UIElement. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyFlowDirectionGets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. (Inherited from System.Windows.FrameworkElement)
Public PropertyFocusableGets or sets a value that indicates whether the element can receive focus. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyFocusVisualStyleGets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. (Inherited from System.Windows.FrameworkElement)
Public PropertyForceCursorGets or sets a value that indicates whether this System.Windows.FrameworkElement should force the user interface (UI) to render the cursor as declared by the System.Windows.FrameworkElement.Cursor property. (Inherited from System.Windows.FrameworkElement)
Public PropertyGroupable Gets or sets whether the user may group this part.  
Public PropertyHasAnimatedPropertiesGets a value indicating whether this element has any animated properties. (Inherited from System.Windows.UIElement)
Public PropertyHeight Gets or sets the suggested height of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalAlignmentGets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. (Inherited from System.Windows.FrameworkElement)
Public PropertyInDiagramBoundsGets or sets whether this part is included or is ignored in the computation of the diagram bounds, by ComputeDiagramBounds.  
Public PropertyInputBindings Gets the collection of input bindings associated with this element. (Inherited from System.Windows.UIElement)
Public PropertyInputScopeGets or sets the context for input used by this System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyIsArrangeValidGets a value indicating whether the computed size and position of child elements in this element's layout are valid. (Inherited from System.Windows.UIElement)
Public PropertyIsBoundToData This is true if this part is bound to data.  
Public PropertyIsDropOntoAcceptedGets or sets whether the mouse is over this part during a Northwoods.GoXam.Tool.DraggingTool drag and Northwoods.GoXam.Tool.DraggingTool.DropOntoEnabled is true.  
Public PropertyIsEnabledGets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsFocusedGets a value that determines whether this element has logical focus. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsHitTestVisibleGets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsInitializedGets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its System.Windows.FrameworkElement.EndInit method called. (Inherited from System.Windows.FrameworkElement)
Public PropertyIsInputMethodEnabledGets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from System.Windows.UIElement)
Public PropertyIsKeyboardFocusedGets a value indicating whether this element has keyboard focus. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsKeyboardFocusWithinGets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsLoadedGets a value that indicates whether this element has been loaded for presentation. (Inherited from System.Windows.FrameworkElement)
Public PropertyIsManipulationEnabledGets or sets a value that indicates whether manipulation events are enabled on this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyIsMeasureValidGets a value indicating whether the current size returned by layout measure is valid. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseCapturedGets a value indicating whether the mouse is captured to this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseOverGets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsSelected Gets or sets whether this part is selected.  
Public PropertyIsStylusCapturedGets a value indicating whether the stylus is captured by this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsStylusOver Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsTopLevel This property is true when this part is not member of any group node nor is it a label node for a link.  
Public PropertyIsVisibleGets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyLanguageGets or sets localization/globalization language information that applies to an element. (Inherited from System.Windows.FrameworkElement)
Public PropertyLayerGets the Layer that this part is in.  
Public PropertyLayerNameGets or sets the name of the Layer that this part should be in.  
Public PropertyLayoutIdGets or sets the Northwoods.GoXam.Layout.DiagramLayout.Id which identifies the layout(s) in a Northwoods.GoXam.Layout.MultiLayout in which this part participates.  
Public PropertyLayoutTransform Gets or sets a graphics transformation that should apply to this element when layout is performed. (Inherited from System.Windows.FrameworkElement)
Public PropertyMarginGets or sets the outer margin of an element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxHeightGets or sets the maximum height constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxWidthGets or sets the maximum width constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinHeightGets or sets the minimum height constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinWidth Gets or sets the minimum width constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyModelGets the Northwoods.GoXam.Model.IDiagramModel that holds this part's data.  
Public PropertyMovable Gets or sets whether the user may move this part.  
Public PropertyNameGets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. (Inherited from System.Windows.FrameworkElement)
Public PropertyOpacityGets or sets the opacity factor applied to the entire System.Windows.UIElement when it is rendered in the user interface (UI). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyOpacityMaskGets or sets an opacity mask, as a System.Windows.Media.Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyOverridesDefaultStyleGets or sets a value that indicates whether this element incorporates style properties from theme styles. (Inherited from System.Windows.FrameworkElement)
Public PropertyPanelGets the DiagramPanel that this part is in.  
Public PropertyParentGets the logical parent element of this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyPrintable Gets or sets whether the user may print this part.  
Public PropertyRecognizesAccessKeyGets or sets a value that indicates whether the System.Windows.Controls.ContentPresenter should use System.Windows.Controls.AccessText in its style. (Inherited from System.Windows.Controls.ContentPresenter)
Public PropertyRenderSizeGets (or sets, but see Remarks) the final render size of this element. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformGets or sets transform information that affects the rendering position of this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformOriginGets or sets the center point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyReshapable Gets or sets whether the user may reshape this part.  
Public PropertyResizable Gets or sets whether the user may resize this part.  
Public PropertyResizeAdornmentTemplateGets or sets the DataTemplate used by the Northwoods.GoXam.Tool.ResizingTool when this part is selected.  
Public PropertyResizeCellSize Gets or sets the multiple used to resize.  
Public PropertyResizeElementName Gets or sets the name of the element that gets a resize adornment when selected.  
Public PropertyResources Gets or sets the locally-defined resource dictionary. (Inherited from System.Windows.FrameworkElement)
Public PropertyRotatable Gets or sets whether the user may rotate this part.  
Public PropertyRotateAdornmentTemplateGets or sets the DataTemplate used by the Northwoods.GoXam.Tool.RotatingTool when this part is selected.  
Public PropertySelectable Gets or sets whether the user may select this part.  
Public PropertySelectionAdornedGets or sets whether the SelectionElement gets a selection adornment when this part is selected.  
Public PropertySelectionAdornmentTemplateGets or sets the DataTemplate used to create the selection adornment for this part when it is selected.  
Public PropertySelectionElementGets the FrameworkElement that gets a selection adornment when selected and that may be resized/reshaped/rotated.  
Public PropertySelectionElementName Gets or sets the name of the element that gets any selection adornment when selected and that may be resized/reshaped/rotated.  
Public PropertySnapsToDevicePixelsGets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyStyleGets or sets the style used by this element when it is rendered. (Inherited from System.Windows.FrameworkElement)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyTemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (Inherited from System.Windows.FrameworkElement)
Public PropertyTextGets or sets the Text string representing this part.  
Public PropertyToolTip Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from System.Windows.FrameworkElement)
Public PropertyTouchesCapturedGets all touch devices that are captured to this element. (Inherited from System.Windows.UIElement)
Public PropertyTouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from System.Windows.UIElement)
Public PropertyTouchesDirectlyOverGets all touch devices that are over this element. (Inherited from System.Windows.UIElement)
Public PropertyTouchesOverGets all touch devices that are over this element or any child elements in its visual tree. (Inherited from System.Windows.UIElement)
Public PropertyTriggersGets the collection of triggers established directly on this element, or in child elements. (Inherited from System.Windows.FrameworkElement)
Public PropertyUidGets or sets the unique identifier (for localization) for this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyUseLayoutRoundingGets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. (Inherited from System.Windows.FrameworkElement)
Public PropertyVerticalAlignmentGets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. (Inherited from System.Windows.FrameworkElement)
Public PropertyVisibilityGets or sets the user interface (UI) visibility of this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyVisible Gets or sets whether the user may see or pick this part.  
Public PropertyVisualElement Get the root visual element used in the rendering of this part.  
Public PropertyWidth Gets or sets the width of the element. (Inherited from System.Windows.FrameworkElement)
Top
Protected Properties
 NameDescription
Protected PropertyIsEnabledCoreGets a value that becomes the return value of System.Windows.UIElement.IsEnabled in derived classes. (Inherited from System.Windows.UIElement)
Protected PropertyStylusPlugInsGets a collection of all stylus plug-in (customization) objects associated with this element. (Inherited from System.Windows.UIElement)
Protected PropertyVisualBitmapScalingModeGets or sets the System.Windows.Media.BitmapScalingMode for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualCacheModeGets or sets a cached representation of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualChildrenCountGets the number of visual child elements within this element. (Inherited from System.Windows.FrameworkElement)
Protected PropertyVisualClipGets or sets the clip region of the System.Windows.Media.Visual as a System.Windows.Media.Geometry value. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualEdgeModeGets or sets the edge mode of the System.Windows.Media.Visual as an System.Windows.Media.EdgeMode value. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualEffectGets or sets the bitmap effect to apply to the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualOffsetGets or sets the offset value of the visual object. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualOpacityGets or sets the opacity of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualOpacityMaskGets or sets the System.Windows.Media.Brush value that represents the opacity mask of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualParentGets the visual tree parent of the visual object. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualScrollableAreaClipGets or sets a clipped scrollable area for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualTransformGets or sets the System.Windows.Media.Transform value for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualXSnappingGuidelinesGets or sets the x-coordinate (vertical) guideline collection. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualYSnappingGuidelinesGets or sets the y-coordinate (horizontal) guideline collection. (Inherited from System.Windows.Media.Visual)
Top
Public Methods
 NameDescription
Public MethodAddHandlerOverloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.UIElement)
Public MethodAddToEventRouteAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from System.Windows.UIElement)
Public MethodApplyAnimationClockOverloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from System.Windows.UIElement)
Public MethodApplyTemplateBuilds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from System.Windows.FrameworkElement)
Public MethodArrangePositions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from System.Windows.UIElement)
Public MethodBeginAnimationOverloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.UIElement)
Public MethodBeginInitStarts the initialization process for this element. (Inherited from System.Windows.FrameworkElement)
Public MethodBeginStoryboardOverloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkElement)
Public MethodBringIntoViewOverloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkElement)
Public MethodCanCopy This predicate is true if the user may copy this part.  
Public MethodCanDelete This predicate is true if the user may delete this part.  
Public MethodCanEdit This predicate is true if the user may in-place edit the text of this part.  
Public MethodCanGroup This predicate is true if the user may group this part.  
Public MethodCanMove This predicate is true if the user may move this part.  
Public MethodCanPrint This predicate is true if the user may print this part.  
Public MethodCanReshape This predicate is true if the user may reshape this part.  
Public MethodCanResize This predicate is true if the user may resize this part.  
Public MethodCanRotate This predicate is true if the user may rotate this part.  
Public MethodCanSelect This predicate is true if the user may select this part.  
Public MethodCaptureMouseAttempts to force capture of the mouse to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureStylus Attempts to force capture of the stylus to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureTouchAttempts to force capture of a touch to this element. (Inherited from System.Windows.UIElement)
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEndInitIndicates that the initialization process for the element is complete. (Inherited from System.Windows.FrameworkElement)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)FindAncestor<T>This static method takes an element and walks up the visual tree looking for an element of type T.  
Public MethodFindCommonContainingSubGraph Find the group that contains both this part and another one.  
Public MethodFindCommonVisualAncestorReturns the common ancestor of two visual objects. (Inherited from System.Windows.Media.Visual)
Public MethodFindDescendantSearch the visual tree for this part and return the first one for which the given predicate pred is true.  
Public MethodFindName (Inherited from System.Windows.FrameworkElement)
Public MethodFindNamedDescendantSearch the visual tree for this part and return the first one that has a Name exactly matching the given name.  
Public MethodFindResourceSearches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkElement)
Public MethodFindTopLevelPartFind the top-level Part for this part.  
Public MethodFocusAttempts to set focus to this element. (Inherited from System.Windows.UIElement)
Public MethodGetAdornmentFind an Adornment associated with this part that has a particular category.  
Public MethodGetAngle Get the angle of an element in the visual tree of this part.  
Public MethodGetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.UIElement)
Public MethodGetBindingExpressionReturns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from System.Windows.FrameworkElement)
Public Methodstatic (Shared in Visual Basic)GetCopyableGets the value of the Copyable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetDeletableGets the value of the Deletable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetDragOverSnapCellSizeGets the value of the DragOverSnapCellSize attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetDragOverSnapCellSpotGets the value of the DragOverSnapCellSpot attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetDragOverSnapEnabledGets the value of the DragOverSnapEnabled attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetDragOverSnapOriginGets the value of the DragOverSnapOrigin attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetDropOntoBehaviorGets the value of the DropOntoBehavior attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetEditableGets the value of the Editable attached dependency property.  
Public MethodGetElementBoundsCompute the bounds in model coordinates of a FrameworkElement that is within the visual tree of this part.  
Public MethodGetElementPointCompute the point in model coordinates of a spot in a FrameworkElement that is within the visual tree of this part.  
Public Methodstatic (Shared in Visual Basic)GetGroupableGets the value of the Groupable attached dependency property.  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetInDiagramBoundsGets the value of the InDiagramBounds attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetLayerNameGets the value of the LayerName attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetLayoutIdGets the value of the LayoutId attached dependency property.  
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetMovableGets the value of the Movable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetPrintableGets the value of the Printable attached dependency property.  
Public MethodGetRelativeElementPointCompute the point of a spot in a FrameworkElement that is within the visual tree of this part, relative to the top-left corner of this part.  
Public Methodstatic (Shared in Visual Basic)GetReshapableGets the value of the Reshapable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetResizableGets the value of the Resizable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetResizeAdornmentTemplateGets the value of the ResizeAdornmentTemplate attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetResizeCellSizeGets the value of the ResizeCellSize attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetResizeElementNameGets the value of the ResizeElementName attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetRotatableGets the value of the Rotatable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetRotateAdornmentTemplateGets the value of the RotateAdornmentTemplate attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetSelectableGets the value of the Selectable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetSelectionAdornedGets the value of the SelectionAdorned attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetSelectionAdornmentTemplateGets the value of the SelectionAdornmentTemplate attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetSelectionElementNameGets the value of the SelectionElementName attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetTextGets the value of the Text attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetTextAspectRatioGets the value of the TextAspectRatioProperty attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetTextEditableGets the value of the TextEditableProperty attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetTextEditAdornmentTemplateGets the value of the TextEditAdornmentTemplateProperty attached dependency property.  
Public Methodstatic (Shared in Visual Basic)GetTextEditorGets the value of the TextEditorProperty attached dependency property.  
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetVisibleGets the value of the Visible attached dependency property.  
Public MethodInputHitTest (Inherited from System.Windows.UIElement)
Public MethodInvalidateArrangeInvalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by System.Windows.UIElement.UpdateLayout. (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasureInvalidates the measurement state (layout) for the element. (Inherited from System.Windows.UIElement)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateRelationships Declare that this part and any links connected to this node or any groups related to this part are now invalid and should be re-computed, re-measured, and re-arranged.  
Public MethodInvalidateVisual()Invalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. (Inherited from System.Windows.UIElement)
Public MethodIsAncestorOfDetermines whether the visual object is an ancestor of the descendant visual object. (Inherited from System.Windows.Media.Visual)
Public MethodIsContainedByThis predicate is true if this part is a member of the given part.  
Public MethodIsDescendantOfDetermines whether the visual object is a descendant of the ancestor visual object. (Inherited from System.Windows.Media.Visual)
Public Methodstatic (Shared in Visual Basic)IsVisibleElementThis static predicate is true if the given elt's Visibility is Visible and each of its visual parents are also visible elements, up to the containing Part.  
Public MethodMakeAdornmentCreate an Adornment for a particular FrameworkElement using a given DataTemplate.  
Public MethodMeasureUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from System.Windows.UIElement)
Public MethodMoveFocusMoves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement)
Public MethodOnApplyTemplateOverridden. Initialize Visibility according to the value of Visible.  
Public MethodPointFromScreenConverts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Public MethodPointToScreenConverts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. (Inherited from System.Windows.Media.Visual)
Public MethodPredictFocusDetermines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from System.Windows.FrameworkElement)
Public MethodRaiseEvent (Inherited from System.Windows.UIElement)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRegisterNameProvides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodReleaseAllTouchCapturesReleases all captured touch devices from this element. (Inherited from System.Windows.UIElement)
Public MethodReleaseMouseCapture Releases the mouse capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseStylusCapture Releases the stylus device capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseTouchCaptureAttempts to release the specified touch device from this element. (Inherited from System.Windows.UIElement)
Public MethodRemeasure Re-measure and re-arrange this part in the near future.  
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodSetAdornmentAssociate an Adornment with this part.  
Public MethodSetAngleOverloaded.  Set the angle of an element in the visual tree of this part by creating or modifying a transform on that element.  
Public MethodSetBindingOverloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkElement)
Public Methodstatic (Shared in Visual Basic)SetCopyableSets the value of the Copyable attached dependency property.  
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetDeletableSets the value of the Deletable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetDragOverSnapCellSizeSets the value of the DragOverSnapCellSize attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetDragOverSnapCellSpotSets the value of the DragOverSnapCellSpot attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetDragOverSnapEnabledSets the value of the DragOverSnapEnabled attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetDragOverSnapOriginSets the value of the DragOverSnapOrigin attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetDropOntoBehaviorSets the value of the DropOntoBehavior attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetEditableSets the value of the Editable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetGroupableSets the value of the Groupable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetInDiagramBoundsSets the value of the InDiagramBounds attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetLayerNameSets the value of the LayerName attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetLayoutIdSets the value of the LayoutId attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetMovableSets the value of the Movable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetPrintableSets the value of the Printable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetReshapableSets the value of the Reshapable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetResizableSets the value of the Resizable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetResizeAdornmentTemplateSets the value of the ResizeAdornmentTemplate attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetResizeCellSizeSets the value of the ResizeCellSize attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetResizeElementNameSets the value of the ResizeElementName attached dependency property.  
Public MethodSetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkElement)
Public Methodstatic (Shared in Visual Basic)SetRotatableSets the value of the Rotatable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetRotateAdornmentTemplateSets the value of the RotateAdornmentTemplate attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetSelectableSets the value of the Selectable attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetSelectionAdornedSets the value of the SelectionAdorned attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetSelectionAdornmentTemplateSets the value of the SelectionAdornmentTemplate attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetSelectionElementNameSets the value of the SelectionElementName attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetTextSets the value of the Text attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetTextAspectRatioSets the value of the TextAspectRatioProperty attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetTextEditableSets the value of the TextEditableProperty attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetTextEditAdornmentTemplateSets the value of the TextEditAdornmentTemplateProperty attached dependency property.  
Public Methodstatic (Shared in Visual Basic)SetTextEditorSets the value of the TextEditorProperty attached dependency property.  
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetVisibleSets the value of the Visible attached dependency property.  
Public MethodTransformToAncestorOverloaded. Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Visual ancestor of the visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToDescendantReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToVisualReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTranslatePointTranslates a point relative to this element to coordinates that are relative to the specified element. (Inherited from System.Windows.UIElement)
Public MethodTryFindResourceSearches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkElement)
Public MethodUnregisterNameSimplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateAdornments Maybe create adornments if needed, or remove them if not.  
Public MethodUpdateDefaultStyleReapplies the default style to the current System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateLayoutEnsures that all visual child elements of this element are properly updated for layout. (Inherited from System.Windows.UIElement)
Top
Protected Methods
 NameDescription
Protected MethodAddVisualChildDefines the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected MethodArrangeCoreImplements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from System.Windows.FrameworkElement)
Protected MethodArrangeOverridePositions the single child element and determines the content of a System.Windows.Controls.ContentPresenter object. (Inherited from System.Windows.Controls.ContentPresenter)
Protected MethodChooseTemplateReturns the template to use. This may depend on the content or other properties. (Inherited from System.Windows.Controls.ContentPresenter)
Protected MethodGetLayoutClipReturns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. (Inherited from System.Windows.FrameworkElement)
Protected MethodGetVisualChildOverrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements. (Inherited from System.Windows.FrameworkElement)
Protected MethodHitTestCoreOverloaded. Implements System.Windows.Media.Visual.HitTestCore(System.Windows.Media.PointHitTestParameters) to supply base element hit testing behavior (returning System.Windows.Media.HitTestResult). (Inherited from System.Windows.UIElement)
Protected MethodMeasureCoreImplements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Protected MethodMeasureOverrideDetermines the size of the System.Windows.Controls.ContentPresenter object based on the sizing properties, margin, and requested size of the child content. (Inherited from System.Windows.Controls.ContentPresenter)
Protected MethodOnAccessKey Provides class handling for when an access key that is meaningful for this element is invoked. (Inherited from System.Windows.UIElement)
Protected MethodOnChildDesiredSizeChangedSupports layout behavior when a child element is resized. (Inherited from System.Windows.UIElement)
Protected MethodOnContentStringFormatChanged (Inherited from System.Windows.Controls.ContentPresenter)
Protected MethodOnContentTemplateChanged (Inherited from System.Windows.Controls.ContentPresenter)
Protected MethodOnContentTemplateSelectorChanged (Inherited from System.Windows.Controls.ContentPresenter)
Protected MethodOnContextMenuClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnContextMenuOpeningInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnCreateAutomationPeerReturns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from System.Windows.UIElement)
Protected MethodOnDragEnterInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDragLeaveInvoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDragOverInvoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDropInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotFocusInvoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotTouchCaptureProvides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from System.Windows.UIElement)
Protected MethodOnInitializedRaises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnIsDropOntoAcceptedChangedThis virtual method is called whenever the value of IsDropOntoAccepted has changed.  
Protected MethodOnIsKeyboardFocusedChangedInvoked when an unhandled System.Windows.UIElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsKeyboardFocusWithinChangedInvoked just before the System.Windows.UIElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsSelectedChangedThis virtual method is called whenever this part is added or removed from the collection of SelectedParts.  
Protected MethodOnIsStylusCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnKeyDownInvoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostFocusRaises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.UIElement)
Protected MethodOnLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostMouseCaptureInvoked when an unhandled System.Windows.Input.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. (Inherited from System.Windows.UIElement)
Protected MethodOnLostStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostTouchCaptureProvides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationBoundaryFeedbackCalled when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationCompletedCalled when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationDeltaCalled when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationInertiaStartingCalled when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartedCalled when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartingProvides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseDownInvoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseEnterInvoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeaveInvoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeftButtonDownInvoked when an unhandled System.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.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. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseMoveInvoked when an unhandled System.Windows.Input.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. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseUpInvoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragEnterInvoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragLeaveInvoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragOverInvoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDropInvoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewKeyDownInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseDownInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonDownInvoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseUpInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchDownProvides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchMoveProvides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchUpProvides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs). (Inherited from System.Windows.FrameworkElement)
Protected MethodOnQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnQueryCursorInvoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnRenderWhen overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusDownInvoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusEnterInvoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusLeaveInvoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusUpInvoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnTemplateChanged (Inherited from System.Windows.Controls.ContentPresenter)
Protected MethodOnTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnToolTipClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnToolTipOpeningInvoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnTouchDownProvides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchEnterProvides class handling for the System.Windows.UIElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchLeaveProvides class handling for the System.Windows.UIElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchMoveProvides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchUpProvides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnVisualParentChangedOverridden. Every Part's visual parent must be a Layer, if it has any parent.  
Protected MethodRemoveVisualChildRemoves the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected MethodUpdateSelectionAdornmentThis is responsible for creating a selection adornment for this part if this part IsSelected and if SelectionAdorned is true.  
Protected MethodUpdateToolAdornments This is responsible for creating any tool adornments for this part.  
Top
Public Events
 NameDescription
Public EventContextMenuClosingOccurs just before any context menu on the element is closed. (Inherited from System.Windows.FrameworkElement)
Public EventContextMenuOpeningOccurs when any context menu on the element is opened. (Inherited from System.Windows.FrameworkElement)
Public EventDataContextChangedOccurs when the data context for this element changes. (Inherited from System.Windows.FrameworkElement)
Public EventDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.UIElement)
Public EventDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.UIElement)
Public EventDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
Public EventDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
Public EventFocusableChangedOccurs when the value of the System.Windows.UIElement.Focusable property changes. (Inherited from System.Windows.UIElement)
Public EventGiveFeedbackOccurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from System.Windows.UIElement)
Public EventGotFocusOccurs when this element gets logical focus. (Inherited from System.Windows.UIElement)
Public EventGotKeyboardFocusOccurs when the keyboard is focused on this element. (Inherited from System.Windows.UIElement)
Public EventGotMouseCaptureOccurs when this element captures the mouse. (Inherited from System.Windows.UIElement)
Public EventGotStylusCaptureOccurs when this element captures the stylus. (Inherited from System.Windows.UIElement)
Public EventGotTouchCaptureOccurs when a touch is captured to this element. (Inherited from System.Windows.UIElement)
Public EventInitializedOccurs when this System.Windows.FrameworkElement is initialized. This event coincides with cases where the value of the System.Windows.FrameworkElement.IsInitialized property changes from false (or undefined) to true. (Inherited from System.Windows.FrameworkElement)
Public EventIsEnabledChangedOccurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. (Inherited from System.Windows.UIElement)
Public EventIsHitTestVisibleChangedOccurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsKeyboardFocusedChangedOccurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsKeyboardFocusWithinChangedOccurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsMouseCapturedChangedOccurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsMouseCaptureWithinChangedOccurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsMouseDirectlyOverChangedOccurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsStylusCapturedChangedOccurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsStylusCaptureWithinChangedOccurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsStylusDirectlyOverChangedOccurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsVisibleChangedOccurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. (Inherited from System.Windows.UIElement)
Public EventKeyDownOccurs when a key is pressed while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventKeyUpOccurs when a key is released while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventLayoutUpdatedOccurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. (Inherited from System.Windows.UIElement)
Public EventLoadedOccurs when the element is laid out, rendered, and ready for interaction. (Inherited from System.Windows.FrameworkElement)
Public EventLostFocusOccurs when this element loses logical focus. (Inherited from System.Windows.UIElement)
Public EventLostKeyboardFocusOccurs when the keyboard is no longer focused on this element,. (Inherited from System.Windows.UIElement)
Public EventLostMouseCaptureOccurs when this element loses mouse capture. (Inherited from System.Windows.UIElement)
Public EventLostStylusCaptureOccurs when this element loses stylus capture. (Inherited from System.Windows.UIElement)
Public EventLostTouchCaptureOccurs when this element loses a touch capture. (Inherited from System.Windows.UIElement)
Public EventManipulationBoundaryFeedbackOccurs when the manipulation encounters a boundary. (Inherited from System.Windows.UIElement)
Public EventManipulationCompletedOccurs when a manipulation and inertia on the System.Windows.UIElement object is complete. (Inherited from System.Windows.UIElement)
Public EventManipulationDeltaOccurs when the input device changes position during a manipulation. (Inherited from System.Windows.UIElement)
Public EventManipulationInertiaStartingOccurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. (Inherited from System.Windows.UIElement)
Public EventManipulationStartedOccurs when an input device begins a manipulation on the System.Windows.UIElement object. (Inherited from System.Windows.UIElement)
Public EventManipulationStartingOccurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement)
Public EventMouseDownOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseEnterOccurs when the mouse pointer enters the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventMouseLeaveOccurs when the mouse pointer leaves the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseMoveOccurs when the mouse pointer moves while over this element. (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseUpOccurs when any mouse button is released over this element. (Inherited from System.Windows.UIElement)
Public EventMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.UIElement)
Public EventPreviewDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.UIElement)
Public EventPreviewDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
Public EventPreviewDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
Public EventPreviewGiveFeedbackOccurs when a drag-and-drop operation is started. (Inherited from System.Windows.UIElement)
Public EventPreviewGotKeyboardFocusOccurs when the keyboard is focused on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewKeyDownOccurs when a key is pressed while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewKeyUpOccurs when a key is released while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseDownOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseUpOccurs when any mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusDownOccurs when the stylus touches the digitizer while it is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusMoveOccurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, System.Windows.UIElement.PreviewStylusInAirMove is raised instead. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusSystemGestureOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusUpOccurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewTextInputOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventPreviewTouchDownOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewTouchMoveOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.UIElement)
Public EventQueryCursorOccurs 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. (Inherited from System.Windows.UIElement)
Public EventRequestBringIntoViewOccurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. (Inherited from System.Windows.FrameworkElement)
Public EventSizeChangedOccurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. (Inherited from System.Windows.FrameworkElement)
Public EventSourceUpdatedOccurs when the source value changes for any existing property binding on this element. (Inherited from System.Windows.FrameworkElement)
Public EventStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventStylusDownOccurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from System.Windows.UIElement)
Public EventStylusEnterOccurs when the stylus enters the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.UIElement)
Public EventStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
Public EventStylusLeaveOccurs when the stylus leaves the bounds of the element. (Inherited from System.Windows.UIElement)
Public EventStylusMoveOccurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.UIElement.StylusInAirMove is raised instead. (Inherited from System.Windows.UIElement)
Public EventStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
Public EventStylusSystemGestureOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.UIElement)
Public EventStylusUpOccurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from System.Windows.UIElement)
Public EventTargetUpdatedOccurs when the target value changes for any property binding on this element. (Inherited from System.Windows.FrameworkElement)
Public EventTextInputOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventToolTipClosingOccurs just before any tooltip on the element is closed. (Inherited from System.Windows.FrameworkElement)
Public EventToolTipOpeningOccurs when any tooltip on the element is opened. (Inherited from System.Windows.FrameworkElement)
Public EventTouchDownOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventTouchEnterOccurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventTouchLeaveOccurs when a touch moves from inside to outside the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventTouchMoveOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventUnloadedOccurs when the element is removed from within an element tree of loaded elements. (Inherited from System.Windows.FrameworkElement)
Top
See Also

Reference

Part Class
Northwoods.GoXam Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback