### Input code ``` public AttachControl() { this.AddHandler(UIElement.KeyDownEvent, new KeyEventHandler(OnGotMouseCaptureEventDirect),true); } ``` ### Erroneous output ```c# public AttachControl() { this.AddHandler(UIElement.KeyDown, new KeyEventHandler(OnGotMouseCaptureEventDirect),true); } ``` Decompile:  Source:  ### Details * Product in use: e.g. ILSpy * Version in use: e.g. 9.0 preview 3 * Any other relevant information to the issue, or your interest in contributing a fix.