6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\StructuredLogs.razor.cs (6)
232
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
240
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
290
if (
_contentLayout
is not null)
292
await
_contentLayout
.CloseMobileToolbarAsync();
340
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
378
_contentLayout
);