4 references to ViewModel
Aspire.Dashboard (3)
Components\Controls\TextVisualizer.razor.cs (3)
44private bool IsUnformatted => DisplayUnformatted || ViewModel.FormatKind is DashboardUIHelpers.PlaintextFormat; 76if (ViewModel.FormatKind is not DashboardUIHelpers.PlaintextFormat) 120return $"log-content highlight-line language-{ViewModel.FormatKind} theme-a11y-{ThemeManager.EffectiveTheme.ToLowerInvariant()}-min";
Aspire.Dashboard.Components.Tests (1)
Controls\TextVisualizerDialogTests.cs (1)
128.Add(p => p.ViewModel, new TextVisualizerViewModel("""{"value":1}""", indentText: false))