3 references to ViewportInformationChanged
Aspire.Dashboard (3)
Components\Resize\BrowserDimensionWatcher.cs (2)
51await ViewportInformationChanged.InvokeAsync(ViewportInformation); 82await ViewportInformationChanged.InvokeAsync(newViewportInformation);
Components_Routes_razor.g.cs (1)
179__builder.AddComponentParameter(2, nameof(global::Aspire.Dashboard.Components.Resize.BrowserDimensionWatcher.ViewportInformationChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::Aspire.Dashboard.Components.Resize.ViewportInformation>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Aspire.Dashboard.Components.Resize.ViewportInformation>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => _viewportInformation = __value, _viewportInformation))));