12 references to ShortcutManager
Aspire.Dashboard (6)
Components\Controls\SummaryDetailsView.razor.cs (1)
68public required ShortcutManager ShortcutManager { get; init; }
Components\Layout\MainLayout.razor.cs (2)
25private DotNetObjectReference<ShortcutManager>? _shortcutManagerReference; 61public required ShortcutManager ShortcutManager { get; init; }
DashboardWebApplication.cs (1)
263builder.Services.AddScoped<ShortcutManager>();
ShortcutManager.cs (2)
13private readonly ILogger<ShortcutManager> _logger = loggerFactory.CreateLogger<ShortcutManager>();
Aspire.Dashboard.Components.Tests (6)
Layout\MainLayoutTests.cs (1)
137Services.AddSingleton<ShortcutManager>();
Pages\ConsoleLogsTests.cs (1)
570Services.AddSingleton<ShortcutManager>();
Pages\StructuredLogsTests.cs (1)
192Services.AddSingleton<ShortcutManager>();
Pages\TraceDetailsTests.cs (1)
361Services.AddSingleton<ShortcutManager>();
Shared\MetricsSetupHelpers.cs (1)
94context.Services.AddSingleton<ShortcutManager>();
Shared\ResourceSetupHelpers.cs (1)
111context.Services.AddSingleton<ShortcutManager>();