5 references to _contentLayout
Aspire.Dashboard (5)
Components\Pages\Metrics.razor.cs (5)
152
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
220
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
250
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
304
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
322
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);