1 write to ChildContent
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\Mapping\SupplyParameterFromFormTest.cs (1)
40ChildContent = modelBindingContext => builder =>
7 references to ChildContent
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\FormMappingScope.cs (1)
73builder.AddContent(0, ChildContent, _cascadingValueSupplier!.MappingContext);
Microsoft.AspNetCore.Components.Web.Tests (6)
Forms\EditFormTest.cs (1)
246builder.AddComponentParameter(3, nameof(FormMappingScope.ChildContent), (RenderFragment<FormMappingContext>)(_ => RenderForm));
Forms\Mapping\FormMappingScopeTest.cs (4)
34builder.AddAttribute(2, nameof(FormMappingScope.ChildContent), contents); 56b.AddAttribute(2, nameof(FormMappingScope.ChildContent), contents); 64builder.AddAttribute(2, nameof(FormMappingScope.ChildContent), nested); 121builder.AddAttribute(2, nameof(FormMappingScope.ChildContent), contents);
HtmlRendering\HtmlRendererTest.cs (1)
1090rtb.AddComponentParameter(1, nameof(FormMappingScope.ChildContent), (RenderFragment<FormMappingContext>)(ctx => rtb =>