2 references to ScreenDcCache
System.Windows.Forms (1)
System\Windows\Forms\Rendering\GdiCache.cs (1)
33public static ScreenDcCache.ScreenDcScope GetScreenHdc() => (s_dcCache ??= new ScreenDcCache()).Acquire();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScreenDcCacheTests.cs (1)
14using ScreenDcCache cache = new();