10 references to InputCheckbox
Microsoft.AspNetCore.Components.Web.Tests (6)
Forms\InputCheckboxTest.cs (6)
17var rootComponent = new TestInputHostComponent<bool, InputCheckbox> 23var inputCheckboxComponent = await InputRenderer.RenderAndGetComponent(rootComponent); 32var rootComponent = new TestInputHostComponent<bool, InputCheckbox> 49var rootComponent = new TestInputHostComponent<bool, InputCheckbox> 63private async Task<int> RenderAndGetInputCheckboxComponentIdAsync(TestInputHostComponent<bool, InputCheckbox> hostComponent) 68return 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));