1 instantiation of GetDcScope
Microsoft.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (1)
55public static GetDcScope ScreenDC => new(HWND.Null);
5 references to GetDcScope
Microsoft.Private.Windows.Core (5)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (3)
55public static GetDcScope ScreenDC => new(HWND.Null); 59public static implicit operator nint(in GetDcScope scope) => scope.HDC; 60public static implicit operator HDC(in GetDcScope scope) => scope.HDC;
Windows\Win32\Graphics\Gdi\HBITMAP.cs (2)
21using var screenDC = GetDcScope.ScreenDC;