|
| Class | Description |
|---|
.gif) | AccessKeyEventArgs |
Provides information for access keys events.
|
.gif) | AccessKeyManager |
Maintains the registration of all access keys and the handling of interop keyboard commands between Windows Forms, Win32, and Windows Presentation Foundation (WPF).
|
.gif) | AccessKeyPressedEventArgs |
Provides data for the AccessKeyManager routed event.
|
.gif) | ApplicationCommands |
Provides a standard set of application related commands.
|
.gif) | CanExecuteRoutedEventArgs |
Provides data for the CanExecute and PreviewCanExecute routed events.
|
.gif) | CommandBinding |
Binds a RoutedCommand to the event handlers that implement the command.
|
.gif) | CommandBindingCollection |
Represents a collection of CommandBinding objects.
|
.gif) | CommandConverter |
Converts an ICommand object to and from other types.
|
.gif) | CommandManager |
Provides command related utility methods that register CommandBinding and InputBinding objects for class owners and commands, add and remove command event handlers, and provides services for querying the status of a command.
|
.gif) | ComponentCommands |
Provides a standard set of component-related commands, which have predefined key input gestures and RoutedUICommand..::.Text properties.
|
.gif) | Cursor |
Represents the image used for the mouse pointer.
|
.gif) | CursorConverter |
Converts a Cursor object to and from other types.
|
.gif) | Cursors |
Defines a set of default cursors.
|
.gif) | ExecutedRoutedEventArgs |
Provides data for the Executed and PreviewExecuted routed events.
|
.gif) | FocusManager |
Provides a set of static methods, attached properties, and events for determining and setting focus scopes and for setting the focused element within the scope.
|
.gif) | InputBinding |
Represents a binding between an InputGesture and a command. The command is potentially a RoutedCommand.
|
.gif) | InputBindingCollection |
Represents an ordered collection of InputBinding objects.
|
.gif) | InputDevice |
Abstract class that describes an input devices.
|
.gif) | InputEventArgs |
Provides data for input related events.
|
.gif) | InputGesture |
Abstract class that describes input device gestures.
|
.gif) | InputGestureCollection |
Represents an ordered collection of InputGesture objects.
|
.gif) | InputLanguageChangedEventArgs |
Contains arguments associated with the InputLanguageChanged event.
|
.gif) | InputLanguageChangingEventArgs |
Contains arguments associated with the InputLanguageChanging event.
|
.gif) | InputLanguageEventArgs |
Provides a base class for arguments for events dealing with a change in input language.
|
.gif) | InputLanguageManager |
Provides facilities for managing input languages in Windows Presentation Foundation (WPF).
|
.gif) | InputManager |
Manages all the input systems in Windows Presentation Foundation (WPF).
|
.gif) | InputMethod |
Provides facilities for managing and interacting with the Text Services Framework, which provides support for alternate text input methods such as speech and handwriting.
|
.gif) | InputMethodStateChangedEventArgs |
Contains arguments associated with the StateChanged event.
|
.gif) | InputScope |
Represents information related to the scope of data provided by an input method.
|
.gif) | InputScopeConverter |
Provides facilities for converting between InputScope objects and strings.
|
.gif) | InputScopeName |
Defines a name for text input patterns.
|
.gif) | InputScopeNameConverter |
Converts instances of InputScopeName to and from other data types.
|
.gif) | InputScopePhrase |
Represents a suggested input text pattern.
|
.gif) | KeyBinding |
Binds a KeyGesture to a RoutedCommand (or another ICommand implementation).
|
.gif) | Keyboard |
Represents the keyboard device.
|
.gif) | KeyboardDevice |
Abstract class that represents a keyboard device.
|
.gif) | KeyboardEventArgs |
Provides data for keyboard-related events.
|
.gif) | KeyboardFocusChangedEventArgs |
Provides data for UIElement..::.LostKeyboardFocus and UIElement..::.GotKeyboardFocus routed events, as well as related attached and Preview events.
|
.gif) | KeyboardNavigation |
Provides logical and directional navigation between focusable objects.
|
.gif) | KeyConverter |
Converts a Key object to and from other types.
|
.gif) | KeyEventArgs |
Provides data for the UIElement..::.KeyUp and UIElement..::.KeyDown routed events, as well as related attached and Preview events.
|
.gif) | KeyGesture |
Defines a keyboard combination that can be used to invoke a command.
|
.gif) | KeyGestureConverter |
Converts a KeyGesture object to and from other types.
|
.gif) | KeyGestureValueSerializer |
Converts instances of String to and from instances of KeyGesture.
|
.gif) | KeyInterop |
Provides static methods to convert between Win32 Virtual-Keys and the WPF Key enumeration.
|
.gif) | KeyValueSerializer |
Converts instances of String to and from instances of Key.
|
.gif) | MediaCommands |
Provides a standard set of media related commands.
|
.gif) | ModifierKeysConverter |
Converts a ModifierKeys object to and from other types.
|
.gif) | ModifierKeysValueSerializer |
Converts instances of String to and from instances of ModifierKeys.
|
.gif) | Mouse |
Represents the mouse device to a specific thread.
|
.gif) | MouseActionConverter |
Converts a MouseAction object to and from other types.
|
.gif) | MouseActionValueSerializer |
Converts instances of String to and from instances of MouseAction.
|
.gif) | MouseBinding |
Binds a MouseGesture to a RoutedCommand (or another ICommand implementation).
|
.gif) | MouseButtonEventArgs |
Provides data for mouse button related events.
|
.gif) | MouseDevice |
Represents a mouse device.
|
.gif) | MouseEventArgs |
Provides data for mouse related routed events that do not specifically involve mouse buttons or the mouse wheel, for example UIElement..::.MouseMove.
|
.gif) | MouseGesture |
Defines a mouse input gesture that can be used to invoke a command.
|
.gif) | MouseGestureConverter |
Converts a MouseGesture object to and from other types.
|
.gif) | MouseGestureValueSerializer |
Converts instances of String to and from instances of ModifierKeys.
|
.gif) | MouseWheelEventArgs |
Provides data for various events that report changes to the mouse wheel delta value of a mouse device.
|
.gif) | NavigationCommands |
Provides a standard set of navigation-related commands.
|
.gif) | NotifyInputEventArgs |
Provides data for raw input being processed by the InputManager.
|
.gif) | PreProcessInputEventArgs |
Provides data for preprocess input events.
|
.gif) | ProcessInputEventArgs |
Provides data for postprocess input events.
|
.gif) | QueryCursorEventArgs |
Provides data for the QueryCursor event.
|
.gif) | RoutedCommand |
Defines a command that implements ICommand and is routed through the element tree.
|
.gif) | RoutedUICommand |
Defines an ICommand that is routed through the element tree and contains a text property.
|
.gif) | StagingAreaInputItem |
Encapsulates an input event when it is being processed by the input manager.
|
.gif) | Stylus |
Provides access to general information about a tablet pen.
|
.gif) | StylusButton |
Represents a button on a stylus.
|
.gif) | StylusButtonCollection |
Contains a collection of StylusButton objects.
|
.gif) | StylusButtonEventArgs |
Provides data for the StylusButtonDown and StylusButtonUp events.
|
.gif) | StylusDevice |
Represents a tablet pen used with a Tablet PC.
|
.gif) | StylusDeviceCollection |
Contains the StylusDevice objects that represent a Tablet PC's stylus devices.
|
.gif) | StylusDownEventArgs |
Provides data for the StylusDown event.
|
.gif) | StylusEventArgs |
Provides data for several of the events that are associated with the Stylus class.
|
.gif) | StylusPointCollection |
Contains a collection of StylusPoint objects.
|
.gif) | StylusPointDescription |
Specifies the properties that are in a StylusPoint.
|
.gif) | StylusPointProperties |
Contains a StylusPointProperty for each property that the WPF supports.
|
.gif) | StylusPointProperty |
Represents a property stored in a StylusPoint.
|
.gif) | StylusPointPropertyInfo |
Specifies the constraints of a property in a StylusPoint.
|
.gif) | StylusSystemGestureEventArgs |
Provides data for the StylusSystemGesture event.
|
.gif) | Tablet |
Provides access to static methods that return the tablet devices attached to the system.
|
.gif) | TabletDevice |
Represents the digitizer device of a Tablet PC.
|
.gif) | TabletDeviceCollection |
Contains the TabletDevice objects that represent the digitizer devices of a tablet device.
|
.gif) | TextComposition |
Represents a composition related to text input which includes the composition text itself, any related control or system text, and a state of completion for the composition.
|
.gif) | TextCompositionEventArgs |
Contains arguments associated with changes to a TextComposition.
|
.gif) | TextCompositionManager |
Provides facilities for managing events related to input and text compositions.
|
.gif) | TraversalRequest |
Represents a request to move focus to another control.
|