1 write to Element
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadio.cs (1)
74builder.AddElementReferenceCapture(8, __inputReference => Element = __inputReference);
1 reference to Element
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputRadioTest.cs (1)
73Assert.All(inputRadioComponents, inputRadio => Assert.NotNull(inputRadio.Element));