1 write to _contentLayout
Aspire.Dashboard (1)
Components_Pages_Resources_razor.g.cs (1)
3436
_contentLayout
5 references to _contentLayout
Aspire.Dashboard (5)
Components\Pages\Resources.razor.cs (4)
167
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
174
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
711
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
901
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
Components_Pages_Resources_razor.g.cs (1)
665
async () => { await item.OnClick!();
_contentLayout
?.CloseMobileToolbarAsync(); }