internal static extern bool EndPaint(IntPtr hwnd, ref Win32.PAINTSTRUCT ps);
 internal static extern IntPtr BeginPaint(IntPtr hwnd, ref Win32.PAINTSTRUCT ps);