2 references to CascadedContext
Microsoft.AspNetCore.Components.Web (2)
Forms\InputRadioGroup.cs (2)
39
_context = new InputRadioContext(this,
CascadedContext
, changeEventCallback);
41
else if (_context.ParentContext !=
CascadedContext
)