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