28 references to TextCompositionEventHandler
PresentationCore (28)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
1854
public event
TextCompositionEventHandler
PreviewTextInput
1873
public event
TextCompositionEventHandler
TextInput
Core\CSharp\System\Windows\Generated\UIElement.cs (2)
4132
public event
TextCompositionEventHandler
PreviewTextInput
4151
public event
TextCompositionEventHandler
TextInput
Core\CSharp\System\Windows\Generated\UIElement3D.cs (2)
1560
public event
TextCompositionEventHandler
PreviewTextInput
1579
public event
TextCompositionEventHandler
TextInput
Core\CSharp\System\Windows\IInputElement.cs (2)
359
event
TextCompositionEventHandler
PreviewTextInput;
364
event
TextCompositionEventHandler
TextInput;
Core\CSharp\System\Windows\Input\TextCompositionEventArgs.cs (2)
91
TextCompositionEventHandler
handler = (
TextCompositionEventHandler
) genericHandler;
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (18)
60
public static readonly RoutedEvent PreviewTextInputStartEvent = EventManager.RegisterRoutedEvent("PreviewTextInputStart", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
67
public static void AddPreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
82
public static void RemovePreviewTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
95
public static readonly RoutedEvent TextInputStartEvent = EventManager.RegisterRoutedEvent("TextInputStart", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
102
public static void AddTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
117
public static void RemoveTextInputStartHandler(DependencyObject element,
TextCompositionEventHandler
handler)
130
public static readonly RoutedEvent PreviewTextInputUpdateEvent = EventManager.RegisterRoutedEvent("PreviewTextInputUpdate", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
137
public static void AddPreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
152
public static void RemovePreviewTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
165
public static readonly RoutedEvent TextInputUpdateEvent = EventManager.RegisterRoutedEvent("TextInputUpdate", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
172
public static void AddTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
187
public static void RemoveTextInputUpdateHandler(DependencyObject element,
TextCompositionEventHandler
handler)
200
public static readonly RoutedEvent PreviewTextInputEvent = EventManager.RegisterRoutedEvent("PreviewTextInput", RoutingStrategy.Tunnel, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
207
public static void AddPreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
222
public static void RemovePreviewTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
235
public static readonly RoutedEvent TextInputEvent = EventManager.RegisterRoutedEvent("TextInput", RoutingStrategy.Bubble, typeof(
TextCompositionEventHandler
), typeof(TextCompositionManager));
242
public static void AddTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)
257
public static void RemoveTextInputHandler(DependencyObject element,
TextCompositionEventHandler
handler)