4 references to PreviewTextInputUpdateEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (4)
144UIElement.AddHandler(element, PreviewTextInputUpdateEvent, handler); 159UIElement.RemoveHandler(element, PreviewTextInputUpdateEvent, handler); 445textargs.RoutedEvent=TextCompositionManager.PreviewTextInputUpdateEvent; 681else if(e.StagingItem.Input.RoutedEvent == TextCompositionManager.PreviewTextInputUpdateEvent)