The ItemsControl type exposes the following members.

Constructors

  NameDescription
ItemsControl
Initializes a new instance of the ItemsControl class.

Methods

  NameDescription
AddChild
Adds a child object.
(Inherited from ItemsControlBase.)
AddHandlerOverloaded.
AddLogicalChild (Inherited from FrameworkElement.)
AddText
Adds a text child object.
(Inherited from ItemsControlBase.)
AddToEventRoute (Inherited from UIElement.)
AddVisualChild (Inherited from Visual.)
ApplyAnimationClockOverloaded.
ApplyTemplate (Inherited from FrameworkElement.)
Arrange (Inherited from UIElement.)
ArrangeCore (Inherited from FrameworkElement.)
ArrangeOverride (Inherited from Control.)
BeginAnimationOverloaded.
BeginInit (Inherited from FrameworkElement.)
BeginStoryboardOverloaded.
BindItems
Binds the ItemsControl host using the LoadedEntities.
(Inherited from ItemsControlBase.)
BindItemsSource
Binds the item source collection to the current ItemsSource property.
(Inherited from ItemsControlBase.)
BringIntoViewOverloaded.
CaptureMouse (Inherited from UIElement.)
CaptureStylus (Inherited from UIElement.)
CaptureTouch (Inherited from UIElement.)
CheckAccess (Inherited from DispatcherObject.)
ClearTemplateParts
Invoked before a template is applied to the control to ensure that the old template parts are properly cleared.
(Inherited from ItemsControlBase.)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
CreateEntityManager
Establishes the entity manager to be used internally by this ItemsControlBase. Inheriters should override this method to be able to provide an instance of their own entity manager type.
(Inherited from ItemsControlBase.)
EndInit (Inherited from FrameworkElement.)
EnsureEntityManagers
Ensures that the appropriate entity managers are initialized and available from within the control.
(Inherited from ItemsControlBase.)
Equals (Inherited from DependencyObject.)
Finalize (Inherited from Object.)
FindCommonVisualAncestor (Inherited from Visual.)
FindName (Inherited from FrameworkElement.)
FindResource (Inherited from FrameworkElement.)
Focus (Inherited from UIElement.)
GetAnimationBaseValue (Inherited from UIElement.)
GetBindingExpression (Inherited from FrameworkElement.)
GetEntity
Gets the entity in the ItemsControlBase that wraps the specified item.
(Inherited from ItemsControlBase.)
GetEntityAt
Gets the entity in the ItemsControlBase at the specified index.
(Inherited from ItemsControlBase.)
GetHashCode (Inherited from DependencyObject.)
GetItemsControlHostItemTemplate
Gets the item template to be used within the ItemsControl host.
GetLayoutClip (Inherited from FrameworkElement.)
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetTemplateChild (Inherited from FrameworkElement.)
GetType (Inherited from Object.)
GetUIParentCore (Inherited from FrameworkElement.)
GetValue (Inherited from DependencyObject.)
GetVisualChild (Inherited from FrameworkElement.)
HitTestCoreOverloaded.
InitializeItemTemplateDataContext
Initializes the data context of the ContentControl to be used as an item template.
InitializeTemplateParts
Invoked when the template is applied to the control to ensure that the required template parts are identified and properly initialized within the control.
(Overrides ItemsControlBase..::.InitializeTemplateParts()()().)
InputHitTest (Inherited from UIElement.)
InvalidateArrange (Inherited from UIElement.)
InvalidateMeasure (Inherited from UIElement.)
InvalidateProperty (Inherited from DependencyObject.)
InvalidateVisual (Inherited from UIElement.)
IsAncestorOf (Inherited from Visual.)
IsDescendantOf (Inherited from Visual.)
LoadEntities
Prepares the entity items to be presented by the control based on the current items and data binding properties.
(Inherited from ItemsControlBase.)
Measure (Inherited from UIElement.)
MeasureCore (Inherited from FrameworkElement.)
MeasureOverride (Inherited from Control.)
MemberwiseClone (Inherited from Object.)
MoveOverloaded.
MoveFocus (Inherited from FrameworkElement.)
MoveRange
Moves a range of items to a new index in the managed collection.
(Inherited from ItemsControlBase.)
OnAccessKey (Inherited from UIElement.)
OnAlternationCountChanged
Called when the AlternationCount property changes.
OnApplyTemplate
When overriden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
(Overrides ItemsControlBase..::.OnApplyTemplate()()().)
OnChildDesiredSizeChanged (Inherited from UIElement.)
OnContextMenuClosing (Inherited from FrameworkElement.)
OnContextMenuOpening (Inherited from FrameworkElement.)
OnCountChanged
Called when the Count property changes.
(Inherited from ItemsControlBase.)
OnCreateAutomationPeer (Inherited from UIElement.)
OnDataPropertyChanged
Signals that a data binding property such as ItemsSource is changed. Inheriters should call this method from the PropertyChanged callbacks of their own data binding properties.
(Inherited from ItemsControlBase.)
OnDisplayMemberPathChanged
Called when the DisplayMemberPath property changes.
OnDragEnter (Inherited from UIElement.)
OnDragLeave (Inherited from UIElement.)
OnDragOver (Inherited from UIElement.)
OnDrop (Inherited from UIElement.)
OnEntityManagerSourceChanged
Called when the EntityManagerSource property changes.
(Inherited from ItemsControlBase.)
OnGiveFeedback (Inherited from UIElement.)
OnGotFocus (Inherited from FrameworkElement.)
OnGotKeyboardFocus (Inherited from UIElement.)
OnGotMouseCapture (Inherited from UIElement.)
OnGotStylusCapture (Inherited from UIElement.)
OnGotTouchCapture (Inherited from UIElement.)
OnInitialized (Inherited from FrameworkElement.)
OnIsAsyncPresentationDeferredChanged
Raises the IsAsyncPresentationDeferredChanged event.
(Inherited from ItemsControlBase.)
OnIsAsyncPresentationEnabledChanged
Called when the IsAsyncPresentationEnabled property changes.
(Inherited from ItemsControlBase.)
OnIsAsyncPresentationEnabledMinCountChanged
Called when the IsAsyncPresentationEnabledMinCount property changes.
(Inherited from ItemsControlBase.)
OnIsAsyncPresentationEnabledPageSizeChanged
Called when the IsAsyncPresentationEnabledPageSize property changes.
(Inherited from ItemsControlBase.)
OnIsKeyboardFocusedChanged (Inherited from UIElement.)
OnIsKeyboardFocusWithinChanged (Inherited from UIElement.)
OnIsMouseCapturedChanged (Inherited from UIElement.)
OnIsMouseCaptureWithinChanged (Inherited from UIElement.)
OnIsMouseDirectlyOverChanged (Inherited from UIElement.)
OnIsStylusCapturedChanged (Inherited from UIElement.)
OnIsStylusCaptureWithinChanged (Inherited from UIElement.)
OnIsStylusDirectlyOverChanged (Inherited from UIElement.)
OnItemBindingGroupChanged
Called when the ItemBindingGroup property changes.
OnItemContainerStyleChanged
Called when the ItemContainerStyle property changes.
OnItemContainerStyleSelectorChanged
Called when the ItemContainerStyleSelector property changes.
OnItemsChanged
Invoked when the Items property changes.
(Inherited from ItemsControlBase.)
OnItemsPanelChanged
Called when the ItemsPanel property changes.
OnItemsSourceChanged
Called when the ItemsSource property changes.
(Inherited from ItemsControlBase.)
OnItemStringFormatChanged
Called when the ItemStringFormat property changes.
OnItemTemplateChanged
Called when the ItemTemplate property changes.
OnItemTemplateSelectorChanged
Called when the ItemTemplateSelector property changes.
OnKeyDown (Inherited from UIElement.)
OnKeyUp (Inherited from UIElement.)
OnLostFocus (Inherited from UIElement.)
OnLostKeyboardFocus (Inherited from UIElement.)
OnLostMouseCapture (Inherited from UIElement.)
OnLostStylusCapture (Inherited from UIElement.)
OnLostTouchCapture (Inherited from UIElement.)
OnManipulationBoundaryFeedback (Inherited from UIElement.)
OnManipulationCompleted (Inherited from UIElement.)
OnManipulationDelta (Inherited from UIElement.)
OnManipulationInertiaStarting (Inherited from UIElement.)
OnManipulationStarted (Inherited from UIElement.)
OnManipulationStarting (Inherited from UIElement.)
OnMouseDoubleClick (Inherited from Control.)
OnMouseDown (Inherited from UIElement.)
OnMouseEnter (Inherited from UIElement.)
OnMouseLeave (Inherited from UIElement.)
OnMouseLeftButtonDown (Inherited from UIElement.)
OnMouseLeftButtonUp (Inherited from UIElement.)
OnMouseMove (Inherited from UIElement.)
OnMouseRightButtonDown (Inherited from UIElement.)
OnMouseRightButtonUp (Inherited from UIElement.)
OnMouseUp (Inherited from UIElement.)
OnMouseWheel (Inherited from UIElement.)
OnPreviewDragEnter (Inherited from UIElement.)
OnPreviewDragLeave (Inherited from UIElement.)
OnPreviewDragOver (Inherited from UIElement.)
OnPreviewDrop (Inherited from UIElement.)
OnPreviewGiveFeedback (Inherited from UIElement.)
OnPreviewGotKeyboardFocus (Inherited from UIElement.)
OnPreviewKeyDown (Inherited from UIElement.)
OnPreviewKeyUp (Inherited from UIElement.)
OnPreviewLostKeyboardFocus (Inherited from UIElement.)
OnPreviewMouseDoubleClick (Inherited from Control.)
OnPreviewMouseDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonUp (Inherited from UIElement.)
OnPreviewMouseMove (Inherited from UIElement.)
OnPreviewMouseRightButtonDown (Inherited from UIElement.)
OnPreviewMouseRightButtonUp (Inherited from UIElement.)
OnPreviewMouseUp (Inherited from UIElement.)
OnPreviewMouseWheel (Inherited from UIElement.)
OnPreviewQueryContinueDrag (Inherited from UIElement.)
OnPreviewStylusButtonDown (Inherited from UIElement.)
OnPreviewStylusButtonUp (Inherited from UIElement.)
OnPreviewStylusDown (Inherited from UIElement.)
OnPreviewStylusInAirMove (Inherited from UIElement.)
OnPreviewStylusInRange (Inherited from UIElement.)
OnPreviewStylusMove (Inherited from UIElement.)
OnPreviewStylusOutOfRange (Inherited from UIElement.)
OnPreviewStylusSystemGesture (Inherited from UIElement.)
OnPreviewStylusUp (Inherited from UIElement.)
OnPreviewTextInput (Inherited from UIElement.)
OnPreviewTouchDown (Inherited from UIElement.)
OnPreviewTouchMove (Inherited from UIElement.)
OnPreviewTouchUp (Inherited from UIElement.)
OnPropertyChanged (Inherited from FrameworkElement.)
OnQueryContinueDrag (Inherited from UIElement.)
OnQueryCursor (Inherited from UIElement.)
OnRender (Inherited from UIElement.)
OnRenderSizeChanged (Inherited from FrameworkElement.)
OnStyleChanged (Inherited from FrameworkElement.)
OnStylusButtonDown (Inherited from UIElement.)
OnStylusButtonUp (Inherited from UIElement.)
OnStylusDown (Inherited from UIElement.)
OnStylusEnter (Inherited from UIElement.)
OnStylusInAirMove (Inherited from UIElement.)
OnStylusInRange (Inherited from UIElement.)
OnStylusLeave (Inherited from UIElement.)
OnStylusMove (Inherited from UIElement.)
OnStylusOutOfRange (Inherited from UIElement.)
OnStylusSystemGesture (Inherited from UIElement.)
OnStylusUp (Inherited from UIElement.)
OnTemplateChanged (Inherited from Control.)
OnTextInput (Inherited from UIElement.)
OnToolTipClosing (Inherited from FrameworkElement.)
OnToolTipOpening (Inherited from FrameworkElement.)
OnTouchDown (Inherited from UIElement.)
OnTouchEnter (Inherited from UIElement.)
OnTouchLeave (Inherited from UIElement.)
OnTouchMove (Inherited from UIElement.)
OnTouchUp (Inherited from UIElement.)
OnVisualChildrenChanged (Inherited from Visual.)
OnVisualParentChanged (Inherited from FrameworkElement.)
ParentLayoutInvalidated (Inherited from FrameworkElement.)
PointFromScreen (Inherited from Visual.)
PointToScreen (Inherited from Visual.)
PredictFocus (Inherited from FrameworkElement.)
RaiseEvent (Inherited from UIElement.)
ReadLocalValue (Inherited from DependencyObject.)
RegisterName (Inherited from FrameworkElement.)
ReleaseAllTouchCaptures (Inherited from UIElement.)
ReleaseMouseCapture (Inherited from UIElement.)
ReleaseStylusCapture (Inherited from UIElement.)
ReleaseTouchCapture (Inherited from UIElement.)
RemoveHandler (Inherited from UIElement.)
RemoveLogicalChild (Inherited from FrameworkElement.)
RemoveVisualChild (Inherited from Visual.)
ResetItemsControlHost
Resets the items control host based on the current property values of this ItemsControl.
SetBindingOverloaded.
SetCurrentValue (Inherited from DependencyObject.)
SetResourceReference (Inherited from FrameworkElement.)
SetValueOverloaded.
ShouldSerializeCommandBindings (Inherited from UIElement.)
ShouldSerializeInputBindings (Inherited from UIElement.)
ShouldSerializeProperty (Inherited from DependencyObject.)
ShouldSerializeResources (Inherited from FrameworkElement.)
ShouldSerializeStyle (Inherited from FrameworkElement.)
ShouldSerializeTriggers (Inherited from FrameworkElement.)
ToString
Provides a string representation of this ItemsControlBase object.
(Inherited from ItemsControlBase.)
TransformToAncestorOverloaded.
TransformToDescendant (Inherited from Visual.)
TransformToVisual (Inherited from Visual.)
TranslatePoint (Inherited from UIElement.)
TryFindResource (Inherited from FrameworkElement.)
UnregisterName (Inherited from FrameworkElement.)
UpdateDefaultStyle (Inherited from FrameworkElement.)
UpdateLayout (Inherited from UIElement.)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
AlternationCountProperty
Identifies the AlternationCount dependency property.
DisplayMemberPathProperty
Identifies the DisplayMemberPath dependency property.
IsTextSearchCaseSensitiveProperty
Identifies the IsTextSearchCaseSensitive dependency property.
IsTextSearchEnabledProperty
Identifies the IsTextSearchEnabled dependency property.
ItemBindingGroupProperty
Identifies the ItemBindingGroup dependency property.
ItemContainerStyleProperty
Identifies the ItemContainerStyle dependency property.
ItemContainerStyleSelectorProperty
Identifies the ItemContainerStyleSelector dependency property.
ItemsPanelProperty
Identifies the ItemsPanel dependency property.
ItemStringFormatProperty
Identifies the ItemStringFormat dependency property.
ItemTemplateProperty
Identifies the ItemTemplate dependency property.
ItemTemplateSelectorProperty
Identifies the ItemTemplateSelector dependency property.

Properties

  NameDescription
ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
AllowDrop (Inherited from UIElement.)
AlternationCount
Gets or sets then number of alternating item containers in the ItemsControl, which enables alternating containers to have a unique appearance. This is a dependency property.
AreAnyTouchesCaptured (Inherited from UIElement.)
AreAnyTouchesCapturedWithin (Inherited from UIElement.)
AreAnyTouchesDirectlyOver (Inherited from UIElement.)
AreAnyTouchesOver (Inherited from UIElement.)
Background (Inherited from Control.)
BaseItemsControl
Gets the base ItemsControl used as the core for this control.
BindingGroup (Inherited from FrameworkElement.)
BitmapEffect Obsolete. (Inherited from UIElement.)
BitmapEffectInput Obsolete. (Inherited from UIElement.)
BorderBrush (Inherited from Control.)
BorderThickness (Inherited from Control.)
CacheMode (Inherited from UIElement.)
Clip (Inherited from UIElement.)
ClipToBounds (Inherited from UIElement.)
CommandBindings (Inherited from UIElement.)
ContextMenu (Inherited from FrameworkElement.)
Count
Gets the count of entities managed by this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DefaultStyleKey (Inherited from FrameworkElement.)
DependencyObjectType (Inherited from DependencyObject.)
DesiredSize (Inherited from UIElement.)
Dispatcher (Inherited from DispatcherObject.)
DisplayMemberPath
Gets or sets a path to a value on the source object to serve as the visual representation of the object. This is a dependency property.
Effect (Inherited from UIElement.)
EntityManager
Gets the EntityManager object that is used internally for managing entities displayed by this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
EntityManagerSource
Gets or sets a custom EntityManager object to use internally within this ItemsControlBase. When this property is set to an entity manager instance the control items collection is ignored. This is a dependency property.
(Inherited from ItemsControlBase.)
FlowDirection (Inherited from FrameworkElement.)
Focusable (Inherited from UIElement.)
FocusVisualStyle (Inherited from FrameworkElement.)
FontFamily (Inherited from Control.)
FontSize (Inherited from Control.)
FontStretch (Inherited from Control.)
FontStyle (Inherited from Control.)
FontWeight (Inherited from Control.)
ForceCursor (Inherited from FrameworkElement.)
Foreground (Inherited from Control.)
HandlesScrolling (Inherited from Control.)
HasAnimatedProperties (Inherited from UIElement.)
HasEffectiveKeyboardFocus (Inherited from UIElement.)
HasItems
Gets a value that indicates whether the ItemsControlBase contains items. This is a dependency property.
(Inherited from ItemsControlBase.)
Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
HorizontalContentAlignment (Inherited from Control.)
InheritanceBehavior (Inherited from FrameworkElement.)
InputBindings (Inherited from UIElement.)
InputScope (Inherited from FrameworkElement.)
IsArrangeValid (Inherited from UIElement.)
IsAsyncPresentationDeferred
Gets (or sets, for inheriters) a value indicating whether the asynchrnous data loading is currently deferred.
(Inherited from ItemsControlBase.)
IsAsyncPresentationEnabled
Gets or sets a value indicating whether to load managed entities asynchronously within this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
IsAsyncPresentationEnabledMinCount
Gets or sets the initial entity count to load synchronously within this ItemsControlBase before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true. This is a dependency property.
(Inherited from ItemsControlBase.)
IsAsyncPresentationEnabledPageSize
Gets or sets the initial entity count to load synchronously within this ItemsControlBase before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true. This is a dependency property.
(Inherited from ItemsControlBase.)
IsEnabled (Inherited from UIElement.)
IsEnabledCore (Inherited from UIElement.)
IsEntityManagerInternal
Gets a value that indicates whether the current EntityManager is internal.
(Inherited from ItemsControlBase.)
IsFocused (Inherited from UIElement.)
IsHitTestVisible (Inherited from UIElement.)
IsInitialized (Inherited from FrameworkElement.)
IsInputMethodEnabled (Inherited from UIElement.)
IsItemsControlHostInitialized
Gets a value indicating whether the control is initialized and the ItemsControl host is available.
(Inherited from ItemsControlBase.)
IsKeyboardFocused (Inherited from UIElement.)
IsKeyboardFocusWithin (Inherited from UIElement.)
IsLoaded (Inherited from FrameworkElement.)
IsLoadingEntities
Gets a value indicating whether the control is currently loading entities (asynchronously). This is a dependency property.
(Inherited from ItemsControlBase.)
IsManipulationEnabled (Inherited from UIElement.)
IsMeasureValid (Inherited from UIElement.)
IsMouseCaptured (Inherited from UIElement.)
IsMouseCaptureWithin (Inherited from UIElement.)
IsMouseDirectlyOver (Inherited from UIElement.)
IsMouseOver (Inherited from UIElement.)
IsSealed (Inherited from DependencyObject.)
IsStylusCaptured (Inherited from UIElement.)
IsStylusCaptureWithin (Inherited from UIElement.)
IsStylusDirectlyOver (Inherited from UIElement.)
IsStylusOver (Inherited from UIElement.)
IsTabStop (Inherited from Control.)
IsTextSearchCaseSensitive
Gets or sets a value that indicates whether case is a condition when searching for items. This is a dependency property.
IsTextSearchEnabled
Gets or sets a value that indicates whether TextSearch is enabled on the ItemsControl instance. This is a dependency property.
IsVisible (Inherited from UIElement.)
Item
Gets the entity in the ItemsControlBase that wraps the specified item.
(Inherited from ItemsControlBase.)
ItemBindingGroup
Gets or sets the BindingGroup that is used for each item in the ItemsControl. This is a dependency property.
ItemContainerStyle
Gets or sets the Style that is applied to the container for element generated for each item. This is a dependency property.
ItemContainerStyleSelector
Gets or sets custom style selection logic for a style that can be applied to each generated item container element. This is a dependency property.
Items
Gets the collection used to generate the content of this ItemsControlBase.
(Inherited from ItemsControlBase.)
ItemsControlHost
Gets the ItemsControl host template part used internally by this ItemsControlBase.
(Inherited from ItemsControlBase.)
ItemsPanel
Gets or sets the template that defines the panel that controls the layout of items. This is a dependency property.
ItemsSource
Gets or sets a collection of items used to generate the content of this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
ItemStringFormat
Gets or sets a composite string that specifies how to format the items in the ItemsControl if they are displayed as strings. This is a dependency property.
ItemTemplate
Gets or sets the DataTemplate to be used to display each item. This is a dependency property.
ItemTemplateSelector
Allows the application writer to provide custom logic for choosing a template used to display each item. This is a dependency property.
Language (Inherited from FrameworkElement.)
LayoutTransform (Inherited from FrameworkElement.)
LoadedEntities
Gets the entities that are currently loaded within this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
LoadedEntitiesSource
Gets or sets the overriding source collection for loaded entities that would be displayed in the items control host of the control. This is a dependency property.
(Inherited from ItemsControlBase.)
LogicalChildren (Inherited from FrameworkElement.)
ManagedEntities
Gets the entity collection managed by this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
Name (Inherited from FrameworkElement.)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
OverridesDefaultStyle (Inherited from FrameworkElement.)
Padding (Inherited from Control.)
Parent (Inherited from FrameworkElement.)
PersistId Obsolete. (Inherited from UIElement.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
SnapsToDevicePixels (Inherited from UIElement.)
Style (Inherited from FrameworkElement.)
StylusPlugIns (Inherited from UIElement.)
TabIndex (Inherited from Control.)
Tag (Inherited from FrameworkElement.)
Template (Inherited from Control.)
TemplatedParent (Inherited from FrameworkElement.)
ToolTip (Inherited from FrameworkElement.)
TouchesCaptured (Inherited from UIElement.)
TouchesCapturedWithin (Inherited from UIElement.)
TouchesDirectlyOver (Inherited from UIElement.)
TouchesOver (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
Uid (Inherited from UIElement.)
UseLayoutRounding (Inherited from FrameworkElement.)
VerticalAlignment (Inherited from FrameworkElement.)
VerticalContentAlignment (Inherited from Control.)
Visibility (Inherited from UIElement.)
VisibilityFilter
Gets or sets the visibility filter to apply on the managed entities.
(Inherited from ItemsControlBase.)
VisualBitmapEffect Obsolete. (Inherited from Visual.)
VisualBitmapEffectInput Obsolete. (Inherited from Visual.)
VisualBitmapScalingMode (Inherited from Visual.)
VisualCacheMode (Inherited from Visual.)
VisualChildrenCount (Inherited from FrameworkElement.)
VisualClearTypeHint (Inherited from Visual.)
VisualClip (Inherited from Visual.)
VisualEdgeMode (Inherited from Visual.)
VisualEffect (Inherited from Visual.)
VisualOffset (Inherited from Visual.)
VisualOpacity (Inherited from Visual.)
VisualOpacityMask (Inherited from Visual.)
VisualParent (Inherited from Visual.)
VisualScrollableAreaClip (Inherited from Visual.)
VisualTextHintingMode (Inherited from Visual.)
VisualTextRenderingMode (Inherited from Visual.)
VisualTransform (Inherited from Visual.)
VisualXSnappingGuidelines (Inherited from Visual.)
VisualYSnappingGuidelines (Inherited from Visual.)
Width (Inherited from FrameworkElement.)

Events

  NameDescription
ContextMenuClosing (Inherited from FrameworkElement.)
ContextMenuOpening (Inherited from FrameworkElement.)
DataContextChanged (Inherited from FrameworkElement.)
DragEnter (Inherited from UIElement.)
DragLeave (Inherited from UIElement.)
DragOver (Inherited from UIElement.)
Drop (Inherited from UIElement.)
FocusableChanged (Inherited from UIElement.)
GiveFeedback (Inherited from UIElement.)
GotFocus (Inherited from UIElement.)
GotKeyboardFocus (Inherited from UIElement.)
GotMouseCapture (Inherited from UIElement.)
GotStylusCapture (Inherited from UIElement.)
GotTouchCapture (Inherited from UIElement.)
Initialized (Inherited from FrameworkElement.)
IsAsyncPresentationDeferredChanged
Occurs when IsAsyncPresentationDeferred value is changed.
(Inherited from ItemsControlBase.)
IsEnabledChanged (Inherited from UIElement.)
IsHitTestVisibleChanged (Inherited from UIElement.)
IsKeyboardFocusedChanged (Inherited from UIElement.)
IsKeyboardFocusWithinChanged (Inherited from UIElement.)
IsMouseCapturedChanged (Inherited from UIElement.)
IsMouseCaptureWithinChanged (Inherited from UIElement.)
IsMouseDirectlyOverChanged (Inherited from UIElement.)
IsStylusCapturedChanged (Inherited from UIElement.)
IsStylusCaptureWithinChanged (Inherited from UIElement.)
IsStylusDirectlyOverChanged (Inherited from UIElement.)
IsVisibleChanged (Inherited from UIElement.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
LayoutUpdated (Inherited from UIElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostKeyboardFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
LostStylusCapture (Inherited from UIElement.)
LostTouchCapture (Inherited from UIElement.)
ManipulationBoundaryFeedback (Inherited from UIElement.)
ManipulationCompleted (Inherited from UIElement.)
ManipulationDelta (Inherited from UIElement.)
ManipulationInertiaStarting (Inherited from UIElement.)
ManipulationStarted (Inherited from UIElement.)
ManipulationStarting (Inherited from UIElement.)
MouseDoubleClick (Inherited from Control.)
MouseDown (Inherited from UIElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
MouseRightButtonDown (Inherited from UIElement.)
MouseRightButtonUp (Inherited from UIElement.)
MouseUp (Inherited from UIElement.)
MouseWheel (Inherited from UIElement.)
PreviewDragEnter (Inherited from UIElement.)
PreviewDragLeave (Inherited from UIElement.)
PreviewDragOver (Inherited from UIElement.)
PreviewDrop (Inherited from UIElement.)
PreviewGiveFeedback (Inherited from UIElement.)
PreviewGotKeyboardFocus (Inherited from UIElement.)
PreviewKeyDown (Inherited from UIElement.)
PreviewKeyUp (Inherited from UIElement.)
PreviewLostKeyboardFocus (Inherited from UIElement.)
PreviewMouseDoubleClick (Inherited from Control.)
PreviewMouseDown (Inherited from UIElement.)
PreviewMouseLeftButtonDown (Inherited from UIElement.)
PreviewMouseLeftButtonUp (Inherited from UIElement.)
PreviewMouseMove (Inherited from UIElement.)
PreviewMouseRightButtonDown (Inherited from UIElement.)
PreviewMouseRightButtonUp (Inherited from UIElement.)
PreviewMouseUp (Inherited from UIElement.)
PreviewMouseWheel (Inherited from UIElement.)
PreviewQueryContinueDrag (Inherited from UIElement.)
PreviewStylusButtonDown (Inherited from UIElement.)
PreviewStylusButtonUp (Inherited from UIElement.)
PreviewStylusDown (Inherited from UIElement.)
PreviewStylusInAirMove (Inherited from UIElement.)
PreviewStylusInRange (Inherited from UIElement.)
PreviewStylusMove (Inherited from UIElement.)
PreviewStylusOutOfRange (Inherited from UIElement.)
PreviewStylusSystemGesture (Inherited from UIElement.)
PreviewStylusUp (Inherited from UIElement.)
PreviewTextInput (Inherited from UIElement.)
PreviewTouchDown (Inherited from UIElement.)
PreviewTouchMove (Inherited from UIElement.)
PreviewTouchUp (Inherited from UIElement.)
QueryContinueDrag (Inherited from UIElement.)
QueryCursor (Inherited from UIElement.)
RequestBringIntoView (Inherited from FrameworkElement.)
SizeChanged (Inherited from FrameworkElement.)
SourceUpdated (Inherited from FrameworkElement.)
StylusButtonDown (Inherited from UIElement.)
StylusButtonUp (Inherited from UIElement.)
StylusDown (Inherited from UIElement.)
StylusEnter (Inherited from UIElement.)
StylusInAirMove (Inherited from UIElement.)
StylusInRange (Inherited from UIElement.)
StylusLeave (Inherited from UIElement.)
StylusMove (Inherited from UIElement.)
StylusOutOfRange (Inherited from UIElement.)
StylusSystemGesture (Inherited from UIElement.)
StylusUp (Inherited from UIElement.)
TargetUpdated (Inherited from FrameworkElement.)
TextInput (Inherited from UIElement.)
ToolTipClosing (Inherited from FrameworkElement.)
ToolTipOpening (Inherited from FrameworkElement.)
TouchDown (Inherited from UIElement.)
TouchEnter (Inherited from UIElement.)
TouchLeave (Inherited from UIElement.)
TouchMove (Inherited from UIElement.)
TouchUp (Inherited from UIElement.)
Unloaded (Inherited from FrameworkElement.)

Explicit Interface Implementations

See Also