2 writes to Location
Microsoft.AspNetCore.Components.Web (1)
WebEventData\KeyboardEventArgsReader.cs (1)
38eventArgs.Location = property.Value.GetSingle()!;
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\KeyboardEventArgsReaderTest.cs (1)
20Location = 5.3f,
2 references to Location
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\KeyboardEventArgsReaderTest.cs (2)
38Assert.Equal(args.Location, result.Location);