15 references to PreviewTextInputEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1777public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1784add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1785remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Generated\UIElement.cs (4)
779EventManager.RegisterClassHandler(type, TextCompositionManager.PreviewTextInputEvent, new TextCompositionEventHandler(UIElement.OnPreviewTextInputThunk), false); 3730public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 3737add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 3738remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1502public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.AddOwner(_typeofThis); 1509add { AddHandler(TextCompositionManager.PreviewTextInputEvent, value, false); } 1510remove { RemoveHandler(TextCompositionManager.PreviewTextInputEvent, value); }
System\Windows\Input\TextCompositionManager.cs (4)
165UIElement.AddHandler(element, PreviewTextInputEvent, handler); 177UIElement.RemoveHandler(element, PreviewTextInputEvent, handler); 370RoutedEvent = TextCompositionManager.PreviewTextInputEvent, 554else if(e.StagingItem.Input.RoutedEvent == TextCompositionManager.PreviewTextInputEvent)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
702else if (routedEvent == TextCompositionManager.PreviewTextInputEvent)