1 write to _contentLayout
Aspire.Dashboard (1)
Components_Pages_StructuredLogs_razor.g.cs (1)
1997
_contentLayout
6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\StructuredLogs.razor.cs (6)
285
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
293
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
352
if (
_contentLayout
is not null)
354
await
_contentLayout
.CloseMobileToolbarAsync();
402
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
440
_contentLayout
);