4 writes to NotifyStateChanged
Aspire.Dashboard (4)
Components\Controls\Chart\ChartFilterPopover.razor.cs (2)
19Filter.NotifyStateChanged += OnFilterStateChanged; 43Filter.NotifyStateChanged -= OnFilterStateChanged;
Components\Controls\Chart\ChartFilterTags.razor.cs (2)
38Filter.NotifyStateChanged += OnFilterStateChanged; 103Filter.NotifyStateChanged -= OnFilterStateChanged;
3 references to NotifyStateChanged
Aspire.Dashboard (3)
Components\Controls\Chart\ChartFilterPopover.razor.cs (2)
30Filter.NotifyStateChanged?.Invoke(); 37Filter.NotifyStateChanged?.Invoke();
Components\Controls\Chart\ChartFilterTags.razor.cs (1)
68Filter.NotifyStateChanged?.Invoke();