9 references to GMEM_MOVEABLE
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AxHost.cs (1)
6693hglobal = UnsafeNativeMethods.GlobalAlloc(NativeMethods.GMEM_MOVEABLE, length);
winforms\Managed\System\WinForms\DataObject.cs (7)
760medium.unionmember = UnsafeNativeMethods.GlobalAlloc(NativeMethods.GMEM_MOVEABLE 954handle = UnsafeNativeMethods.GlobalAlloc(NativeMethods.GMEM_MOVEABLE | NativeMethods.GMEM_DDESHARE, size); 1016NativeMethods.GMEM_MOVEABLE | NativeMethods.GMEM_DDESHARE); 1084NativeMethods.GMEM_MOVEABLE 1110NativeMethods.GMEM_MOVEABLE 1141NativeMethods.GMEM_MOVEABLE 1424IntPtr hglobal = UnsafeNativeMethods.GlobalAlloc(NativeMethods.GMEM_MOVEABLE
winforms\Managed\System\WinForms\NativeMethods.cs (1)
560GHND = (GMEM_MOVEABLE | GMEM_ZEROINIT),