2 references to Acquire
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)
21using var screen = cache.Acquire();