15 references to PreviewTextInputEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1789public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1796add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1797remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Generated\UIElement.cs (4)
791EventManager.RegisterClassHandler(type, TextCompositionManager.PreviewTextInputEvent, new TextCompositionEventHandler(UIElement.OnPreviewTextInputThunk), false); 3742public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 3749add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 3750remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1510public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1517add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1518remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Input\TextCompositionManager.cs (4)
181UIElement.AddHandler(element, PreviewTextInputEvent, handler); 193UIElement.RemoveHandler(element, PreviewTextInputEvent, handler); 381textargs.RoutedEvent=TextCompositionManager.PreviewTextInputEvent; 560else if(e.StagingItem.Input.RoutedEvent == TextCompositionManager.PreviewTextInputEvent)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
704else if (routedEvent == TextCompositionManager.PreviewTextInputEvent)