2 writes to IsComposing
Microsoft.AspNetCore.Components.Web (1)
WebEventData\KeyboardEventArgsReader.cs (1)
66
eventArgs.
IsComposing
= property.Value.GetBoolean();
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\KeyboardEventArgsReaderTest.cs (1)
25
IsComposing
= true,
2 references to IsComposing
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\KeyboardEventArgsReaderTest.cs (2)
43
Assert.Equal(args.
IsComposing
, result.
IsComposing
);