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