2 references to new
System.Windows.Forms (1)
System\Windows\Forms\Rendering\GdiCache.cs (1)
16
private static readonly FontCache s_fontCache =
new
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\FontCacheTests.cs (1)
21
FontCache cache =
new
(softLimit: 4, hardLimit: 8);