28 references to TextCompositionEventHandler
PresentationCore (28)
System\Windows\Generated\ContentElement.cs (2)
1778
public event
TextCompositionEventHandler
PreviewTextInput
1797
public event
TextCompositionEventHandler
TextInput
System\Windows\Generated\UIElement.cs (2)
3731
public event
TextCompositionEventHandler
PreviewTextInput
3750
public event
TextCompositionEventHandler
TextInput
System\Windows\Generated\UIElement3D.cs (2)
1508
public event
TextCompositionEventHandler
PreviewTextInput
1527
public event
TextCompositionEventHandler
TextInput
System\Windows\IInputElement.cs (2)
360
event
TextCompositionEventHandler
PreviewTextInput;
365
event
TextCompositionEventHandler
TextInput;
System\Windows\Input\TextCompositionEventArgs.cs (2)
83
TextCompositionEventHandler
handler = (
TextCompositionEventHandler
) genericHandler;
System\Windows\Input\TextCompositionManager.cs (18)
48
public static readonly RoutedEvent PreviewTextInputStartEvent = EventManager.RegisterRoutedEvent("PreviewTextInputStart", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
55
public static void AddPreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
67
public static void RemovePreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
77
public static readonly RoutedEvent TextInputStartEvent = EventManager.RegisterRoutedEvent("TextInputStart", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
84
public static void AddTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
96
public static void RemoveTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
106
public static readonly RoutedEvent PreviewTextInputUpdateEvent = EventManager.RegisterRoutedEvent("PreviewTextInputUpdate", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
113
public static void AddPreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
125
public static void RemovePreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
135
public static readonly RoutedEvent TextInputUpdateEvent = EventManager.RegisterRoutedEvent("TextInputUpdate", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
142
public static void AddTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
154
public static void RemoveTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
164
public static readonly RoutedEvent PreviewTextInputEvent = EventManager.RegisterRoutedEvent("PreviewTextInput", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
171
public static void AddPreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
183
public static void RemovePreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
193
public static readonly RoutedEvent TextInputEvent = EventManager.RegisterRoutedEvent("TextInput", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
200
public static void AddTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
212
public static void RemoveTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)