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