4 references to new
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
333
using GlobalBuffer buffer =
new
(hglobal, sizeInBytes);
371
using GlobalBuffer buffer =
new
(hglobal, (uint)byteCount + 1);
389
using GlobalBuffer buffer =
new
(hglobal, byteCount);
408
using GlobalBuffer buffer =
new
(hglobal, (uint)byteCount + 1);