4 instantiations of InstalledFontCollection
System.Drawing.Common.Tests (4)
System\Drawing\FontConverterTests.cs (1)
192
using InstalledFontCollection installedFonts =
new
();
System\Drawing\Text\InstalledFontCollectionTests.cs (3)
11
using InstalledFontCollection fontCollection =
new
();
18
InstalledFontCollection fontCollection =
new
();
27
InstalledFontCollection fontCollection =
new
();
5 references to InstalledFontCollection
System.Drawing (1)
System.Drawing.cs (1)
162
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.
InstalledFontCollection
))]
System.Drawing.Common.Tests (4)
System\Drawing\FontConverterTests.cs (1)
192
using
InstalledFontCollection
installedFonts = new();
System\Drawing\Text\InstalledFontCollectionTests.cs (3)
11
using
InstalledFontCollection
fontCollection = new();
18
InstalledFontCollection
fontCollection = new();
27
InstalledFontCollection
fontCollection = new();