2 writes to Repeat
Microsoft.AspNetCore.Components.Web (1)
WebEventData\KeyboardEventArgsReader.cs (1)
42
eventArgs.
Repeat
= property.Value.GetBoolean();
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\KeyboardEventArgsReaderTest.cs (1)
22
Repeat
= true,
2 references to Repeat
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\KeyboardEventArgsReaderTest.cs (2)
40
Assert.Equal(args.
Repeat
, result.
Repeat
);