18 references to new
Microsoft.Private.Windows.Core (18)
System\Private\Windows\Ole\ClipboardCore.cs (1)
182
proxyDataObject =
new
(null);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
636
using ComScope<Com.IEnumFORMATETC> enumFORMATETC =
new
(null);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (2)
46
using ComScope<Com.IEnumSTATDATA> nativeStatData =
new
(null);
55
using ComScope<Com.IEnumFORMATETC> nativeFormat =
new
(null);
System\Private\Windows\Ole\DragDropHelper.cs (5)
69
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
84
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
99
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
115
using ComScope<IDropTargetHelper> dropTargetHelper =
new
(null);
261
using ComScope<IDragSourceHelper2> dragSourceHelper =
new
(null);
Windows\Win32\System\Com\ComHelpers.cs (4)
29
new
(GetComPointer<T>(@object));
41
new
(TryGetComPointer<T>(@object, out hr));
355
using ComScope<ITypeLib> typelib =
new
(null);
359
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)
54
ComScope<TInterface> @interface =
new
(null);