4 references to _contentLayout
Aspire.Dashboard (4)
Components\Pages\Resources.razor.cs (4)
141
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
148
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
692
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
858
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);