4 references to PreviewTextInputUpdateEvent
PresentationCore (4)
System\Windows\Input\TextCompositionManager.cs (4)
123UIElement.AddHandler(element, PreviewTextInputUpdateEvent, handler); 135UIElement.RemoveHandler(element, PreviewTextInputUpdateEvent, handler); 355textargs.RoutedEvent=TextCompositionManager.PreviewTextInputUpdateEvent; 547else if(e.StagingItem.Input.RoutedEvent == TextCompositionManager.PreviewTextInputUpdateEvent)