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