2 writes to HWND
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (2)
24HWND = hwnd; 42HWND = hwnd;
2 references to HWND
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (2)
55public static GetDcScope ScreenDC => new(HWND.Null); 66PInvokeCore.ReleaseDC(HWND, HDC);