2 references to MobileNavMenuId
Aspire.Dashboard (1)
Components\Layout\MobileNavMenu.razor.cs (1)
52var keyboardNavigation = await JS.InvokeAsync<IJSObjectReference>("initializeMobileNavMenuKeyboardNavigation", _mobileNavMenuReference, MobileNavMenuId);
Aspire.Dashboard.Components.Tests (1)
Layout\MobileNavMenuTests.cs (1)
68argument => Assert.Equal(MobileNavMenu.MobileNavMenuId, argument));