TextCompositionManager Class
Provides facilities for managing events related to input and text compositions.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
| 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. |
| 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. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




