5 references to _contentLayout
Aspire.Dashboard (5)
Components\Pages\Metrics.razor.cs (5)
147
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
215
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
245
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
299
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
317
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);