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