22 references to KeyUpEvent
PresentationCore (19)
MS\Internal\SynchronizedInputHelper.cs (2)
46return (re == Keyboard.KeyUpEvent || 270e = new RoutedEvent[] {Keyboard.KeyUpEvent};
System\Windows\Generated\ContentElement.cs (3)
1679public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.AddOwner(_typeofThis); 1686add { AddHandler(Keyboard.KeyUpEvent, value, false); } 1687remove { RemoveHandler(Keyboard.KeyUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
771EventManager.RegisterClassHandler(type, Keyboard.KeyUpEvent, new KeyEventHandler(UIElement.OnKeyUpThunk), false); 3632public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.AddOwner(_typeofThis); 3639add { AddHandler(Keyboard.KeyUpEvent, value, false); } 3640remove { RemoveHandler(Keyboard.KeyUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1407public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.AddOwner(_typeofThis); 1414add { AddHandler(Keyboard.KeyUpEvent, value, false); } 1415remove { RemoveHandler(Keyboard.KeyUpEvent, value); }
System\Windows\Input\Command\CommandDevice.cs (1)
108else if (e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent ||
System\Windows\Input\Keyboard.cs (2)
104UIElement.AddHandler(element, KeyUpEvent, handler); 114UIElement.RemoveHandler(element, KeyUpEvent, handler);
System\Windows\Input\KeyboardDevice.cs (1)
895keyUp.RoutedEvent=Keyboard.KeyUpEvent;
System\Windows\Input\TextCompositionManager.cs (1)
474if(e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent)
System\Windows\Input\TextServicesManager.cs (1)
203e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent)
System\Windows\InterOp\HwndSource.cs (1)
2353keyEvent = Keyboard.KeyUpEvent;
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (1)
110else if (e.StagingItem.Input.RoutedEvent == Keyboard.KeyUpEvent)
System\windows\Documents\TextEditorTyping.cs (1)
57EventManager.RegisterClassHandler(controlType, Keyboard.KeyUpEvent, new KeyEventHandler(OnKeyUp));
System\Windows\Input\KeyboardNavigation.cs (1)
3194else if (inputEventArgs.RoutedEvent == Keyboard.KeyUpEvent)