8 references to DCX_CACHE
System.Windows.Forms (8)
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
);
winforms\Managed\System\WinForms\DataGrid.cs (1)
5857
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.
DCX_CACHE
| NativeMethods.DCX_LOCKWINDOWUPDATE);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
5767
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.
DCX_CACHE
| NativeMethods.DCX_LOCKWINDOWUPDATE);
5788
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.
DCX_CACHE
| NativeMethods.DCX_LOCKWINDOWUPDATE);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1636
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.
DCX_CACHE
| NativeMethods.DCX_LOCKWINDOWUPDATE);
winforms\Managed\System\WinForms\Splitter.cs (1)
773
IntPtr dc = UnsafeNativeMethods.GetDCEx(new HandleRef(ParentInternal, parentHandle), NativeMethods.NullHandleRef, NativeMethods.
DCX_CACHE
| NativeMethods.DCX_LOCKWINDOWUPDATE);