1 write to _contentLayout
Aspire.Dashboard (1)
Components_Pages_Traces_razor.g.cs (1)
2162
_contentLayout
6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\Traces.razor.cs (6)
220
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
226
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
356
if (
_contentLayout
is not null)
358
await
_contentLayout
.CloseMobileToolbarAsync();
404
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
430
contentLayout:
_contentLayout
);