2 writes to EffectAllowed
Microsoft.AspNetCore.Components.Web (1)
WebEventData\DragEventArgsReader.cs (1)
50dataTransfer.EffectAllowed = property.Value.GetString();
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\DragEventArgsReaderTest.cs (1)
25EffectAllowed = "allowed1",
2 references to EffectAllowed
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\DragEventArgsReaderTest.cs (2)
65Assert.Equal(expected.EffectAllowed, actual.EffectAllowed);