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