16 references to GMEM_MOVEABLE
System.Drawing.Common (2)
System\Drawing\Printing\PrinterSettings.cs (2)
634
HGLOBAL handle = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
, (uint)result);
736
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
System.Private.Windows.Core (7)
System\IO\StreamExtensions.cs (1)
39
hglobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
, (uint)size);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
78
pmedium->hGlobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, 1);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
377
hglobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, (uint)sstg.cbSize);
System\Private\Windows\Ole\DragDropFormat.cs (1)
73
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT);
System\Private\Windows\Ole\DragDropHelper.cs (2)
203
hGlobal = PInvokeCore.GlobalAlloc(
GMEM_MOVEABLE
| GMEM_ZEROINIT, (nuint)sizeof(BOOL))
361
hGlobal = PInvokeCore.GlobalAlloc(
GMEM_MOVEABLE
| GMEM_ZEROINIT, (nuint)sizeof(DROPDESCRIPTION))
Windows\Win32\Foundation\GlobalBuffer.cs (1)
29
(uint)GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
140
hglobal = PInvokeCore.GlobalAlloc(
GMEM_MOVEABLE
, (uint)_length);
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataObjectTests.cs (4)
2475
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
2518
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
2598
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
2639
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
System\Windows\Forms\DragDropFormatTests.cs (2)
38
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
148
GLOBAL_ALLOC_FLAGS.
GMEM_MOVEABLE
| GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT),