15 references to PreviewTextInputEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1773public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1780add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1781remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Generated\UIElement.cs (4)
775EventManager.RegisterClassHandler(type, TextCompositionManager.PreviewTextInputEvent, new TextCompositionEventHandler(UIElement.OnPreviewTextInputThunk), false); 3726public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 3733add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 3734remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1503public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1510add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1511remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Input\TextCompositionManager.cs (4)
175UIElement.AddHandler(element, PreviewTextInputEvent, handler); 187UIElement.RemoveHandler(element, PreviewTextInputEvent, handler); 380RoutedEvent = TextCompositionManager.PreviewTextInputEvent, 563else if(e.StagingItem.Input.RoutedEvent == TextCompositionManager.PreviewTextInputEvent)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
698else if (routedEvent == TextCompositionManager.PreviewTextInputEvent)