10 references to InputCheckbox
Microsoft.AspNetCore.Components.Web.Tests (6)
Forms\InputCheckboxTest.cs (6)
17
var rootComponent = new TestInputHostComponent<bool,
InputCheckbox
>
23
var
inputCheckboxComponent = await InputRenderer.RenderAndGetComponent(rootComponent);
32
var rootComponent = new TestInputHostComponent<bool,
InputCheckbox
>
49
var rootComponent = new TestInputHostComponent<bool,
InputCheckbox
>
63
private async Task<int> RenderAndGetInputCheckboxComponentIdAsync(TestInputHostComponent<bool,
InputCheckbox
> hostComponent)
68
return batch.GetComponentFrames<
InputCheckbox
>().Single().ComponentId;
Wasm.Performance.TestApp (4)
PersonDisplay_razor.g.cs (4)
157
__builder2.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.
InputCheckbox
>(22);
158
__builder2.AddComponentParameter(23, nameof(global::Microsoft.AspNetCore.Components.Forms.
InputCheckbox
.
175
__builder2.AddComponentParameter(24, nameof(global::Microsoft.AspNetCore.Components.Forms.
InputCheckbox
.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.Boolean>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.Boolean>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => Person.IsAdmin = __value, Person.IsAdmin))));
176
__builder2.AddComponentParameter(25, nameof(global::Microsoft.AspNetCore.Components.Forms.
InputCheckbox
.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.Boolean>>>(() => Person.IsAdmin));