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