1 write to Key
Microsoft.AspNetCore.Components.Web (1)
WebEventData\KeyboardEventArgsReader.cs (1)
30
eventArgs.
Key
= property.Value.GetString()!;
2 references to Key
Aspire.Dashboard (1)
Components\Controls\AspireMenuButton.razor.cs (1)
74
if (args is not null && args.
Key
== "Escape")
Microsoft.AspNetCore.Components.AI (1)
Components\MessageInput.cs (1)
141
if (e.
Key
== "Enter" && !e.ShiftKey && !_isDisabled)