1 write to Element
Microsoft.AspNetCore.Components.Web (1)
Forms\InputSelect.cs (1)
60builder.AddElementReferenceCapture(9, __selectReference => Element = __selectReference);
2 references to Element
Microsoft.AspNetCore.Components.Web.Tests (2)
Forms\InputSelectTest.cs (2)
205var exception = Record.Exception(() => inputSelectComponent.Element); 208Assert.NotNull(inputSelectComponent.Element);