28 references to TextCompositionEventHandler
PresentationCore (28)
System\Windows\Generated\ContentElement.cs (2)
1794
public event
TextCompositionEventHandler
PreviewTextInput
1813
public event
TextCompositionEventHandler
TextInput
System\Windows\Generated\UIElement.cs (2)
3747
public event
TextCompositionEventHandler
PreviewTextInput
3766
public event
TextCompositionEventHandler
TextInput
System\Windows\Generated\UIElement3D.cs (2)
1515
public event
TextCompositionEventHandler
PreviewTextInput
1534
public event
TextCompositionEventHandler
TextInput
System\Windows\IInputElement.cs (2)
362
event
TextCompositionEventHandler
PreviewTextInput;
367
event
TextCompositionEventHandler
TextInput;
System\Windows\Input\TextCompositionEventArgs.cs (2)
86
TextCompositionEventHandler
handler = (
TextCompositionEventHandler
) genericHandler;
System\Windows\Input\TextCompositionManager.cs (18)
54
public static readonly RoutedEvent PreviewTextInputStartEvent = EventManager.RegisterRoutedEvent("PreviewTextInputStart", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
61
public static void AddPreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
73
public static void RemovePreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
83
public static readonly RoutedEvent TextInputStartEvent = EventManager.RegisterRoutedEvent("TextInputStart", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
90
public static void AddTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
102
public static void RemoveTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
112
public static readonly RoutedEvent PreviewTextInputUpdateEvent = EventManager.RegisterRoutedEvent("PreviewTextInputUpdate", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
119
public static void AddPreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
131
public static void RemovePreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
141
public static readonly RoutedEvent TextInputUpdateEvent = EventManager.RegisterRoutedEvent("TextInputUpdate", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
148
public static void AddTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
160
public static void RemoveTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
170
public static readonly RoutedEvent PreviewTextInputEvent = EventManager.RegisterRoutedEvent("PreviewTextInput", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
177
public static void AddPreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
189
public static void RemovePreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
199
public static readonly RoutedEvent TextInputEvent = EventManager.RegisterRoutedEvent("TextInput", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
206
public static void AddTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
218
public static void RemoveTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)