6 references to DefaultFont
System.Windows.Forms.Analyzers.CSharp (2)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.cs (2)
70
if (!configOptions.GetMSBuildProperty(PropertyNameCSharp.
DefaultFont
, out string? rawValue) ||
91
PropertyNameCSharp.
DefaultFont
,
System.Windows.Forms.Analyzers.CSharp.Tests (4)
Generators\ApplicationConfigurationGenerator\ApplicationConfigurationGeneratorTests.cs (2)
141
build_property.{PropertyNameCSharp.
DefaultFont
} = Microsoft Sans Serif, 8.25px
205
build_property.{PropertyNameCSharp.
DefaultFont
} = Microsoft Sans Serif, 8.25px
ProjectFileReaderTests.cs (2)
110
{ $"build_property.{PropertyNameCSharp.
DefaultFont
}", font }
147
{ $"build_property.{PropertyNameCSharp.
DefaultFont
}", font }