2 writes to HDC
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (2)
25HDC = PInvokeCore.GetDC(hwnd); 43HDC = PInvokeCore.GetDCEx(hwnd, hrgnClip, flags);
5 references to HDC
System.Private.Windows.Core (5)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (5)
57public bool IsNull => HDC.IsNull; 59public static implicit operator nint(in GetDcScope scope) => scope.HDC; 60public static implicit operator HDC(in GetDcScope scope) => scope.HDC; 64if (!HDC.IsNull) 66PInvokeCore.ReleaseDC(HWND, HDC);