28 references to TextCompositionEventHandler
PresentationCore (28)
System\Windows\Generated\ContentElement.cs (2)
1782
public event
TextCompositionEventHandler
PreviewTextInput
1801
public event
TextCompositionEventHandler
TextInput
System\Windows\Generated\UIElement.cs (2)
3735
public event
TextCompositionEventHandler
PreviewTextInput
3754
public event
TextCompositionEventHandler
TextInput
System\Windows\Generated\UIElement3D.cs (2)
1507
public event
TextCompositionEventHandler
PreviewTextInput
1526
public event
TextCompositionEventHandler
TextInput
System\Windows\IInputElement.cs (2)
361
event
TextCompositionEventHandler
PreviewTextInput;
366
event
TextCompositionEventHandler
TextInput;
System\Windows\Input\TextCompositionEventArgs.cs (2)
84
TextCompositionEventHandler
handler = (
TextCompositionEventHandler
) genericHandler;
System\Windows\Input\TextCompositionManager.cs (18)
38
public static readonly RoutedEvent PreviewTextInputStartEvent = EventManager.RegisterRoutedEvent("PreviewTextInputStart", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
45
public static void AddPreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
57
public static void RemovePreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
67
public static readonly RoutedEvent TextInputStartEvent = EventManager.RegisterRoutedEvent("TextInputStart", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
74
public static void AddTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
86
public static void RemoveTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
96
public static readonly RoutedEvent PreviewTextInputUpdateEvent = EventManager.RegisterRoutedEvent("PreviewTextInputUpdate", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
103
public static void AddPreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
115
public static void RemovePreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
125
public static readonly RoutedEvent TextInputUpdateEvent = EventManager.RegisterRoutedEvent("TextInputUpdate", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
132
public static void AddTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
144
public static void RemoveTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
154
public static readonly RoutedEvent PreviewTextInputEvent = EventManager.RegisterRoutedEvent("PreviewTextInput", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
161
public static void AddPreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
173
public static void RemovePreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
183
public static readonly RoutedEvent TextInputEvent = EventManager.RegisterRoutedEvent("TextInput", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
190
public static void AddTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
202
public static void RemoveTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)