2 implementations of IsFixed
Microsoft.AspNetCore.Components (2)
CascadingValue.cs (1)
42[Parameter] public bool IsFixed { get; set; }
CascadingValueSource.cs (1)
137bool ICascadingValueSupplier.IsFixed => _isFixed;
1 reference to IsFixed
Microsoft.AspNetCore.Components (1)
CascadingParameterState.cs (1)
67throw new InvalidOperationException($"'{info.Attribute.GetType()}' is flagged with SingleDelivery, but the selected supplier '{supplier.GetType()}' is not flagged with {nameof(ICascadingValueSupplier.IsFixed)}");