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);
359
if (
_contentLayout
is not null)
361
await
_contentLayout
.CloseMobileToolbarAsync();
397
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
412
afterChangeAsync: () => this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false),