6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\Traces.razor.cs (6)
224
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
230
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
363
if (
_contentLayout
is not null)
365
await
_contentLayout
.CloseMobileToolbarAsync();
401
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
416
afterChangeAsync: () => this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false),