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