TextCompositionManager Class
.NET Framework 4.5
Provides facilities for managing events related to input and text compositions.
Namespace: System.Windows.Input
Assembly: PresentationCore (in PresentationCore.dll)
The TextCompositionManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
| Name | Description | |
|---|---|---|
![]() ![]() | AddPreviewTextInputHandler | Adds a handler for the PreviewTextInput attached event. |
![]() ![]() | AddPreviewTextInputStartHandler | Adds a handler for the PreviewTextInputStart attached event. |
![]() ![]() | AddPreviewTextInputUpdateHandler | Adds a handler for the PreviewTextInputUpdate attached event. |
![]() ![]() | AddTextInputHandler | Adds a handler for the TextInput attached event. |
![]() ![]() | AddTextInputStartHandler | Adds a handler for the TextInputStart attached event. |
![]() ![]() | AddTextInputUpdateHandler | Adds a handler for the TextInputUpdate attached event. |
![]() | CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
![]() ![]() | CompleteComposition | Completes a specified text composition. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | RemovePreviewTextInputHandler | Removes a handler for the PreviewTextInput attached event. |
![]() ![]() | RemovePreviewTextInputStartHandler | Removes a handler for the TextInputStart attached event. |
![]() ![]() | RemovePreviewTextInputUpdateHandler | Removes a handler for the PreviewTextInputUpdate attached event. |
![]() ![]() | RemoveTextInputHandler | Removes a handler for the TextInput attached event. |
![]() ![]() | RemoveTextInputStartHandler | Removes a handler for the TextInputStart attached event. |
![]() ![]() | RemoveTextInputUpdateHandler | Removes a handler for the TextInputUpdate attached event. |
![]() ![]() | StartComposition | Starts a specified text composition. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | UpdateComposition | Updates a specified text composition. |
![]() | VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
| Name | Description | |
|---|---|---|
![]() | PreviewTextInput | Occurs when a TextComposition is completed. |
![]() | PreviewTextInputStart | Occurs when a new TextComposition is started. |
![]() | PreviewTextInputUpdate | Occurs when a TextComposition is updated. |
![]() | TextInput | Occurs when a TextComposition is completed. |
![]() | TextInputStart | Occurs when a new TextComposition is started. |
![]() | TextInputUpdate | Occurs when a TextComposition is updated. |
| Name | Description | |
|---|---|---|
![]() ![]() | PreviewTextInputEvent | Identifies the PreviewTextInput attached event. |
![]() ![]() | PreviewTextInputStartEvent | Identifies the PreviewTextInputStart attached event. |
![]() ![]() | PreviewTextInputUpdateEvent | Identifies the PreviewTextInputUpdate attached event. |
![]() ![]() | TextInputEvent | Identifies the TextInput attached event. |
![]() ![]() | TextInputStartEvent | Identifies the TextInputStart attached event. |
![]() ![]() | TextInputUpdateEvent | Identifies the TextInputUpdate attached event. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
