12 references to FontSize
Aspire.Dashboard (2)
Components\Controls\TerminalWindowButton.razor.cs (2)
89private string? LaunchUrl => !string.IsNullOrEmpty(Url) && FontSize is > 0 91FontSize.Value.ToString(CultureInfo.InvariantCulture))
Aspire.Dashboard.Components.Tests (10)
Controls\TerminalWindowButtonTests.cs (10)
45.Add(p => p.FontSize, fontSize)); 57.Add(p => p.FontSize, 19)); 95.Add(p => p.FontSize, 19)); 102.Add(p => p.FontSize, 23)); 111cut.Render(builder => builder.Add(p => p.FontSize, null)); 114cut.Render(builder => builder.Add(p => p.FontSize, 17).Add(p => p.Disabled, true)); 134.Add(p => p.FontSize, 19) 166.Add(p => p.FontSize, 19)); 188.Add(p => p.FontSize, 19)); 208.Add(p => p.FontSize, 19));