Classes
| Class | Description | |
|---|---|---|
| ApplicationCommands |
Holds a number of default application related RoutedUICommands.
| |
| ApplicationResources |
Helper class that can be used to store and retrieve application wide resources.
| |
| CanExecuteRoutedEventArgs |
Event argument used by the CanExecuteRoutedEventHandler delegate.
| |
| CommandBinding |
Describes a binding between a RoutedCommand and both an
ExecutedRoutedEventHandler and a CanExecuteRoutedEventHandler.
| |
| CommandManager |
A static helper class that provides access to the attached properties of type RoutedCommand
for Controls.
| |
| ComponentCommands |
Holds a number of default component navigation and focus related RoutedUICommands.
| |
| ComponentResourceKey |
A key for resources that are bound to a specific type.
| |
| ContentPropertyAttribute |
Attribute that can be added to classes that will be serialized by
XAML readers and writers to determine what property to use for the default
content of the xml element.
| |
| ExecutedRoutedEventArgs |
The event argument that is used by ExecutedRoutedEventHandler.
| |
| InputBinding |
Holds a binding between an InputGesture and a RoutedCommand,
as well as the CommandParameter and CommandTarget.
| |
| InputBindingCollection |
A collection of InputBindings for use with the
CommandManager utility class.
| |
| InputGesture |
Helper class used by CommandManager that can recognize and match input events.
| |
| KeyBinding |
A helper class for use in XAML that binds a KeyGesture to a RoutedCommand.
| |
| KeyGesture |
An InputGesture implementation that reacts to KeyEventArgs | |
| MarkupExtension |
Provides a base class for all XAML markup extensions.
| |
| MarkupExtensionReturnTypeAttribute |
An attribute used to describe the return type of the instances return by a MarkupExtension's
ProvideValue implementation.
| |
| NavigationCommands |
Holds a number of default zoom related RoutedUICommands.
| |
| ResourceKey |
The base class for ComponentResourceKey that exists for compatibility with WPF classes
| |
| ResourceKeyConverter |
Helper class for XAML usage.
| |
| RoutedCommand |
An ICommand that can be routed through the component tree.
| |
| RoutedUICommand |
Extends the RoutedCommand class and provides an additional Text attribute
for display in a UI.
| |
| ValueSerializer |
Helper classes used during the XAML serialization of instances.
| |
| ValueSerializerAttribute |
Can be used to associate a specific ValueSerializer type declaratively to a target.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICommand |
Base interface for a command that can be executed.
| |
| IValueSerializerContext |
Support interface used by ValueSerializer.
|
Delegates
| Delegate | Description | |
|---|---|---|
| CanExecuteRoutedEventHandler |
The event handler delegate that is used by CommandManager to
query the executability of RoutedCommand instances.
| |
| ExecutedRoutedEventHandler |
The event handler delegate that is used by CommandManager to
execute RoutedCommand instances.
|