5 references to _contentLayout
Aspire.Dashboard (5)
Components\Pages\Metrics.razor.cs (5)
146
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
205
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
235
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
289
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
307
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);