5 references to _contentLayout
Aspire.Dashboard (5)
Components\Pages\Traces.razor.cs (5)
199
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
316
if (
_contentLayout
is not null)
318
await
_contentLayout
.CloseMobileToolbarAsync();
364
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
381
contentLayout:
_contentLayout
);