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