1 write to _contentLayout
Aspire.Dashboard (1)
Components_Pages_Resources_razor.g.cs (1)
3159
_contentLayout
4 references to _contentLayout
Aspire.Dashboard (4)
Components\Pages\Resources.razor.cs (3)
154
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
163
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
843
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
Components_Pages_Resources_razor.g.cs (1)
641
async () => { await item.OnClick!();
_contentLayout
?.CloseMobileToolbarAsync(); }