6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\StructuredLogs.razor.cs (6)
267
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
276
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);
334
if (
_contentLayout
is not null)
336
await
_contentLayout
.CloseMobileToolbarAsync();
374
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
426
afterChangeAsync: () => this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false),