4 references to _contentLayout
Aspire.Dashboard (4)
Components\Pages\Resources.razor.cs (4)
142
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
149
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
710
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
881
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);