2 instantiations of FontDescriptor
System.Windows.Forms.Analyzers.CSharp (2)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.FontConverter.cs (2)
43return new FontDescriptor(fontName, fontSize, fontStyle, units); 116return new FontDescriptor(fontName, fontSize, fontStyle, units);
3 references to FontDescriptor
System.Windows.Forms.Analyzers.CSharp (3)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.cs (2)
24|| !TryReadFont(analyzerConfigOptions, out FontDescriptor? font, out diagnostic) 65private static bool TryReadFont(AnalyzerConfigOptionsProvider configOptions, out FontDescriptor? font, out Diagnostic? diagnostic)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.FontConverter.cs (1)
19public static FontDescriptor? ConvertFrom(string font)