2 writes to Key
Microsoft.AspNetCore.Components.Web (1)
WebEventData\KeyboardEventArgsReader.cs (1)
30
eventArgs.
Key
= property.Value.GetString()!;
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\KeyboardEventArgsReaderTest.cs (1)
19
Key
= "key2",
3 references to Key
Aspire.Dashboard (1)
Components\Controls\AspireMenuButton.razor.cs (1)
56
if (args is not null && args.
Key
== "Escape")
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\KeyboardEventArgsReaderTest.cs (2)
37
Assert.Equal(args.
Key
, result.
Key
);