3 references to _contentLayout
Aspire.Dashboard (3)
Components\Pages\Resources.razor.cs (3)
131
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
140
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
758
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);