2 writes to MetaKey
Microsoft.AspNetCore.Components.Web (1)
WebEventData\KeyboardEventArgsReader.cs (1)
58
eventArgs.
MetaKey
= property.Value.GetBoolean();
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\KeyboardEventArgsReaderTest.cs (1)
21
MetaKey
= false,
2 references to MetaKey
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\KeyboardEventArgsReaderTest.cs (2)
39
Assert.Equal(args.
MetaKey
, result.
MetaKey
);