|
Name |
Description |
|
AddHandler
|
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.ContentElement)
|
|
AddToEventRoute
|
Adds handlers to the specified System.Windows.EventRoute for the current System.Windows.ContentElement event handler collection. (Inherited from System.Windows.ContentElement)
|
|
ApplyAnimationClock
|
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.ContentElement)
|
|
BeginAnimation
|
Starts an animation for a specified animated property on this element. (Inherited from System.Windows.ContentElement)
|
|
BeginInit
|
Called before an element is initialized. (Inherited from System.Windows.FrameworkContentElement)
|
|
BeginStoryboard
|
Begins the sequence of actions that are contained in the provided storyboard, with specified state for control of the animation after it is started. (Inherited from System.Windows.FrameworkContentElement)
|
|
BringIntoView
|
Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkContentElement)
|
|
CaptureMouse
|
Attempts to force capture of the mouse to this element. (Inherited from System.Windows.ContentElement)
|
|
CaptureStylus
|
Attempts to force capture of the stylus to this element. (Inherited from System.Windows.ContentElement)
|
|
CaptureTouch
|
(Inherited from System.Windows.ContentElement)
|
|
CheckAccess
|
Determines whether the calling thread has access to this System.Windows.Threading.DispatcherObject. (Inherited from System.Windows.Threading.DispatcherObject)
|
|
ClearValue
|
Clears the local value of a read-only property. The property to be cleared is specified by a System.Windows.DependencyPropertyKey. (Inherited from System.Windows.DependencyObject)
|
|
CoerceValue
|
Coerces 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)
|
|
EndInit
|
Called immediately after an element is initialized. (Inherited from System.Windows.FrameworkContentElement)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Equals
|
Determines whether a provided System.Windows.DependencyObject is equivalent to the current System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
|
|
FindName
|
Finds an element that has the provided identifier name. (Inherited from System.Windows.FrameworkContentElement)
|
|
FindResource
|
Searches for a resource with the specified key, and will throw an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkContentElement)
|
|
Focus
|
Attempts to set focus to this element. (Inherited from System.Windows.ContentElement)
|
|
GetAnimationBaseValue
|
Returns 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.ContentElement)
|
|
GetBindingExpression
|
Gets the System.Windows.Data.BindingExpression for the specified property's binding. (Inherited from System.Windows.FrameworkContentElement)
|
|
GetHashCode
|
Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
|

|
GetItemLinkIndex
|
Gets the value of the BarItemLinkActionBase.ItemLinkIndex attached property for the specified object.
(Inherited from BarItemLinkActionBase)
|

|
GetLinksHolder
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
(Inherited from BarItemLinkActionBase)
|
|
GetLocalValueEnumerator
|
Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
|
|
GetObjectCore
|
Returns the object being manipulated by the current action.
(Inherited from InsertBarItemLinkAction)
|

|
GetTarget
|
Gets the value of the BarItemLinkActionBase.Target attached property for the specified object.
(Inherited from BarItemLinkActionBase)
|

|
GetTargetType
|
Gets the value of the BarItemLinkActionBase.TargetType attached property for the specified object.
(Inherited from BarItemLinkActionBase)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
GetValue
|
Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
|
|
InvalidateProperty
|
Re-evaluates the effective value for the specified dependency property (Inherited from System.Windows.DependencyObject)
|
|
IsEqual
|
Returns if the current object's settings are equal to the specified object's settings.
|
|
MoveFocus
|
Moves the keyboard focus from this element to another element. (Inherited from System.Windows.FrameworkContentElement)
|
|
PredictFocus
|
Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. This method is sealed and cannot be overridden. (Inherited from System.Windows.FrameworkContentElement)
|
|
RaiseEvent
|
Raises a specific routed event. The System.Windows.RoutedEvent to be raised is identified within the System.Windows.RoutedEventArgs instance that is provided (as the System.Windows.RoutedEventArgs.RoutedEvent property of that event data). (Inherited from System.Windows.ContentElement)
|
|
ReadLocalValue
|
Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
RegisterName
|
Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkContentElement)
|
|
ReleaseAllTouchCaptures
|
(Inherited from System.Windows.ContentElement)
|
|
ReleaseMouseCapture
|
Releases the mouse capture, if this element held the capture. (Inherited from System.Windows.ContentElement)
|
|
ReleaseStylusCapture
|
Releases the stylus device capture, if this element held the capture. (Inherited from System.Windows.ContentElement)
|
|
ReleaseTouchCapture
|
(Inherited from System.Windows.ContentElement)
|
|
RemoveHandler
|
Removes the specified routed event handler from this element. (Inherited from System.Windows.ContentElement)
|
|
SetBinding
|
Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. (Inherited from System.Windows.FrameworkContentElement)
|
|
SetCurrentValue
|
(Inherited from System.Windows.DependencyObject)
|

|
SetItemLinkIndex
|
Sets the value of the BarItemLinkActionBase.ItemLinkIndex attached property for the specified object.
(Inherited from BarItemLinkActionBase)
|
|
SetResourceReference
|
Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkContentElement)
|

|
SetTarget
|
Sets the value of the BarItemLinkActionBase.Target attached property for the specified object.
(Inherited from BarItemLinkActionBase)
|

|
SetTargetType
|
Sets the value of the BarItemLinkActionBase.TargetType attached property for the specified object.
(Inherited from BarItemLinkActionBase)
|
|
SetValue
|
Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
|
|
ShouldSerializeCommandBindings
|
Returns whether serialization processes should serialize the contents of the System.Windows.ContentElement.CommandBindings property on instances of this class. (Inherited from System.Windows.ContentElement)
|
|
ShouldSerializeInputBindings
|
Returns whether serialization processes should serialize the contents of the System.Windows.ContentElement.InputBindings property on instances of this class. (Inherited from System.Windows.ContentElement)
|
|
ShouldSerializeResources
|
Returns whether serialization processes should serialize the contents of the System.Windows.FrameworkContentElement.Resources property on instances of this class. (Inherited from System.Windows.FrameworkContentElement)
|
|
ShouldSerializeStyle
|
Returns whether serialization processes should serialize the contents of the System.Windows.FrameworkContentElement.Style property on instances of this class. (Inherited from System.Windows.FrameworkContentElement)
|
|
ToString
|
Returns a System.String that represents the current System.Object. (Inherited from System.Object)
|
|
TryFindResource
|
Searches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkContentElement)
|
|
UnregisterName
|
Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkContentElement)
|
|
UpdateDefaultStyle
|
(Inherited from System.Windows.FrameworkContentElement)
|
|
VerifyAccess
|
Enforces that the calling thread has access to this System.Windows.Threading.DispatcherObject. (Inherited from System.Windows.Threading.DispatcherObject)
|