5 references to new
System.Drawing.Common (1)
System\Drawing\Text\InstalledFontCollection.cs (1)
19internal static InstalledFontCollection Instance { get; } = new();
System.Drawing.Common.Tests (4)
System\Drawing\FontConverterTests.cs (1)
192using InstalledFontCollection installedFonts = new();
System\Drawing\Text\InstalledFontCollectionTests.cs (3)
11using InstalledFontCollection fontCollection = new(); 18InstalledFontCollection fontCollection = new(); 27InstalledFontCollection fontCollection = new();