22 references to KeyUpEvent
PresentationCore (19)
MS\Internal\SynchronizedInputHelper.cs (2)
50return (re == Keyboard.KeyUpEvent || 277e = new RoutedEvent[] {Keyboard.KeyUpEvent};
System\Windows\Generated\ContentElement.cs (3)
1694public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.AddOwner(_typeofThis); 1701add { AddHandler(Keyboard.KeyUpEvent, value, false); } 1702remove { RemoveHandler(Keyboard.KeyUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
786EventManager.RegisterClassHandler(type, Keyboard.KeyUpEvent, new KeyEventHandler(UIElement.OnKeyUpThunk), false); 3647public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.AddOwner(_typeofThis); 3654add { AddHandler(Keyboard.KeyUpEvent, value, false); } 3655remove { RemoveHandler(Keyboard.KeyUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1415public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.AddOwner(_typeofThis); 1422add { AddHandler(Keyboard.KeyUpEvent, value, false); } 1423remove { RemoveHandler(Keyboard.KeyUpEvent, value); }
System\Windows\Input\Command\CommandDevice.cs (1)
113else if (e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent ||
System\Windows\Input\Keyboard.cs (2)
111UIElement.AddHandler(element, KeyUpEvent, handler); 121UIElement.RemoveHandler(element, KeyUpEvent, handler);
System\Windows\Input\KeyboardDevice.cs (1)
898keyUp.RoutedEvent=Keyboard.KeyUpEvent;
System\Windows\Input\TextCompositionManager.cs (1)
484if(e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent)
System\Windows\Input\TextServicesManager.cs (1)
206e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent)
System\Windows\InterOp\HwndSource.cs (1)
2368keyEvent = Keyboard.KeyUpEvent;
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (1)
120else if (e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent)
System\windows\Documents\TextEditorTyping.cs (1)
66EventManager.RegisterClassHandler(controlType, Keyboard.KeyUpEvent, new KeyEventHandler(OnKeyUp));
System\Windows\Input\KeyboardNavigation.cs (1)
3208else if (inputEventArgs.RoutedEvent == Keyboard.KeyUpEvent)