Name |
Description |
Behavior |
Encapsulates state information and zero or more ICommands into an attachable object. |
EventTriggerBase |
Represents a trigger that can listen to an object other than its AssociatedObject. |
FrameworkElementExtensions |
|
Interaction |
Static class that owns the Triggers and Behaviors attached properties. Handles propagation of AssociatedObject change notifications. |
InteractivityBase |
|
NameResolver |
Helper class to handle the logic of resolving a TargetName into a Target element based on the context provided by a host element. |
PreviewInvokeEventArgs |
Argument passed to PreviewInvoke event. Assigning Cancelling to True will cancel the invoking of the trigger. |
TargetedTriggerAction |
Represents an action that can be targeted to affect an object other than its AssociatedObject. |
TriggerAction |
Represents an attachable object that encapsulates a unit of functionality. |
TriggerBase |
|
TypeConstraintAttribute |
|
WeakLifetimeObserver |
Fires off notifications about the specified object's lifetime events (Loaded and Unloaded), without keeping a hard reference to the target. |