28 references to GLOBAL_ALLOC_FLAGS
System.Drawing.Common (3)
System\Drawing\Printing\PrinterSettings.cs (3)
634HGLOBAL handle = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE, (uint)result); 736GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
System.Private.Windows.Core (12)
System\IO\StreamExtensions.cs (1)
39hglobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE, (uint)size);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
78pmedium->hGlobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, 1);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
377hglobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, (uint)sstg.cbSize);
System\Private\Windows\Ole\DragDropFormat.cs (2)
73GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT);
System\Private\Windows\Ole\DragDropHelper.cs (1)
11using static Windows.Win32.System.Memory.GLOBAL_ALLOC_FLAGS;
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (2)
110 internal static winmdroot.Foundation.HGLOBAL GlobalAlloc(winmdroot.System.Memory.GLOBAL_ALLOC_FLAGS uFlags, nuint dwBytes) 118 static extern winmdroot.Foundation.HGLOBAL LocalExternFunction(winmdroot.System.Memory.GLOBAL_ALLOC_FLAGS uFlags, nuint dwBytes);
Windows.Win32.PInvokeCore.OLE32.dll.g.cs (1)
111 internal static extern winmdroot.Foundation.HANDLE OleDuplicateData(winmdroot.Foundation.HANDLE hSrc, winmdroot.System.Ole.CLIPBOARD_FORMAT cfFormat, winmdroot.System.Memory.GLOBAL_ALLOC_FLAGS uiFlags);
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)
9using static Windows.Win32.System.Memory.GLOBAL_ALLOC_FLAGS;
System.Windows.Forms.Tests (12)
System\Windows\Forms\DataObjectTests.cs (8)
2475GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, 2518GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, 2598GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, 2639GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT,
System\Windows\Forms\DragDropFormatTests.cs (4)
38GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, 148GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT),