3 references to GetDCEx
System.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (3)
8
/// <see cref="PInvokeCore.
GetDCEx
(HWND, HRGN, GET_DCX_FLAGS)"/>. Releases the <see cref="Gdi.HDC"/> (if any)
29
/// Creates a <see cref="Gdi.HDC"/> using <see cref="PInvokeCore.
GetDCEx
(HWND, HRGN, GET_DCX_FLAGS)"/>.
43
HDC = PInvokeCore.
GetDCEx
(hwnd, hrgnClip, flags);