5 references to _contentLayout
Aspire.Dashboard (5)
Components\Pages\Traces.razor.cs (5)
197
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
304
if (
_contentLayout
is not null)
306
await
_contentLayout
.CloseMobileToolbarAsync();
352
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
369
contentLayout:
_contentLayout
);