3 references to DCX_WINDOW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ControlPaint.cs (3)
1783
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(null, UnsafeNativeMethods.GetDesktopWindow()), NativeMethods.NullHandleRef, NativeMethods.
DCX_WINDOW
| NativeMethods.DCX_LOCKWINDOWUPDATE | NativeMethods.DCX_CACHE);
1826
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(null, UnsafeNativeMethods.GetDesktopWindow()), NativeMethods.NullHandleRef, NativeMethods.
DCX_WINDOW
| NativeMethods.DCX_LOCKWINDOWUPDATE | NativeMethods.DCX_CACHE);
2007
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(null, UnsafeNativeMethods.GetDesktopWindow()), NativeMethods.NullHandleRef, NativeMethods.
DCX_WINDOW
| NativeMethods.DCX_LOCKWINDOWUPDATE | NativeMethods.DCX_CACHE);