12 references to GMEM_ZEROINIT
System.Drawing.Common (1)
System\Drawing\Printing\PrinterSettings.cs (1)
736
GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.
GMEM_ZEROINIT
,
System.Private.Windows.Core (5)
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))
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
),