4 references to _contentLayout
Aspire.Dashboard (4)
Components\Pages\Resources.razor.cs (4)
172
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
179
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
708
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
898
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);