Base:
8 references to ToString
System.Windows.Forms.Analyzers.CSharp (1)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.cs (1)
32
DefaultFont: font?.
ToString
(),
System.Windows.Forms.Analyzers.CSharp.Tests (3)
Generators\ApplicationConfigurationGenerator\ApplicationConfigurationInitializeBuilderTests.cs (3)
116
DefaultFont: new FontDescriptor(string.Empty, 12, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Millimeter).
ToString
(),
127
DefaultFont: new FontDescriptor("Tahoma", 12, FontStyle.Regular, GraphicsUnit.Point).
ToString
(),
138
DefaultFont: new FontDescriptor("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point).
ToString
(),
System.Windows.Forms.Analyzers.Tests (4)
Analyzers\AppManifestAnalyzer\FontDescriptorTests.cs (4)
51
_output.WriteLine(descriptor.
ToString
());
52
Assert.Equal(expected, descriptor.
ToString
());
75
_output.WriteLine(descriptor.
ToString
());
82
actual: descriptor.
ToString
());