20 references to new
System.Private.Windows.Core (20)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
371
using ComScope<Com.IStream> pStream =
new
((Com.IStream*)medium.hGlobal);
544
using ComScope<Com.IEnumFORMATETC> enumFORMATETC =
new
(null);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (2)
48
using ComScope<Com.IEnumSTATDATA> nativeStatData =
new
(null);
57
using ComScope<Com.IEnumFORMATETC> nativeFormat =
new
(null);
System\Private\Windows\Ole\DragDropHelper.cs (5)
61
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
76
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
91
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
107
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
253
using ComScope<IDragSourceHelper2> dragSourceHelper =
new
(null);
Windows\Win32\System\Com\ComHelpers.cs (6)
29
new
(GetComPointer<T>(@object));
41
new
(TryGetComPointer<T>(@object, out hr));
248
using ComScope<IUnknown> unknown =
new
(null);
257
using ComScope<IUnknown> ccw =
new
((IUnknown*)(void*)Marshal.GetIUnknownForObject(@object));
338
using ComScope<ITypeLib> typelib =
new
(null);
342
ComScope<ITypeInfo> typeInfo =
new
(null);
Windows\Win32\System\Com\ComScope.cs (4)
62
ComScope<TTo> scope =
new
(null);
72
ComScope<TTo> scope =
new
(null);
82
ComScope<T> scope =
new
(null);
97
ComScope<T> scope =
new
(null);
Windows\Win32\System\Com\GlobalInterfaceTable.cs (1)
55
ComScope<TInterface> @interface =
new
(null);