Skip to content

class file AddHandle(KeyDouwnEvent) out put AddHandle(KeyDouwnEvent)  #3319

@Tearies

Description

@Tearies

Input code

 public AttachControl()
 {
     this.AddHandler(UIElement.KeyDownEvent, new KeyEventHandler(OnGotMouseCaptureEventDirect),true);
 }

Erroneous output

 public AttachControl()
 {
     this.AddHandler(UIElement.KeyDown, new KeyEventHandler(OnGotMouseCaptureEventDirect),true);
 }

Decompile:
image
Source:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugDecompilerThe decompiler engine itself

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions