8 references to ViewportInformation
Aspire.Dashboard (4)
Components\Pages\StructuredLogs.razor.cs (2)
366
Width =
ViewportInformation
.IsDesktop ? "450px" : "100%"
560
ViewportInformation
,
Components_Pages_StructuredLogs_razor.g.cs (2)
722
if (
ViewportInformation
.IsDesktop)
932
if (
ViewportInformation
.IsDesktop)
Aspire.Dashboard.Components.Tests (4)
Pages\StructuredLogsTests.cs (4)
74
builder.Add(p => p.
ViewportInformation
, viewport);
103
builder.Add(p => p.
ViewportInformation
, viewport);
143
builder.Add(p => p.
ViewportInformation
, viewport);
181
builder.Add(p => p.
ViewportInformation
, viewport);