14 references to PreviewTextInputEvent
PresentationCore (14)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
1849public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1856add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1857remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
856EventManager.RegisterClassHandler(type, TextCompositionManager.PreviewTextInputEvent, new TextCompositionEventHandler(UIElement.OnPreviewTextInputThunk), false); 4127public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 4134add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 4135remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
1555public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1562add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1563remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (4)
214UIElement.AddHandler(element, PreviewTextInputEvent, handler); 229UIElement.RemoveHandler(element, PreviewTextInputEvent, handler); 478textargs.RoutedEvent=TextCompositionManager.PreviewTextInputEvent; 694else if(e.StagingItem.Input.RoutedEvent == TextCompositionManager.PreviewTextInputEvent)