2 instantiations of AgileComPointer
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
26_nativeDataObject = new(dataObject, takeOwnership: true, trackDisposal: false);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
23_nativeDataObject = new(dataObject, takeOwnership: true, trackDisposal: false);
7 references to AgileComPointer
System.Private.Windows.Core (7)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
21private readonly AgileComPointer<Com.IDataObject> _nativeDataObject;
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
18private readonly AgileComPointer<Com.IDataObject> _nativeDataObject;
Windows\Win32\System\Com\AgileComPointer.cs (5)
34/// Creates an <see cref="AgileComPointer{TInterface}"/> for the given <paramref name="interface"/>. 96/// <see cref="AgileComPointer{TInterface}"/> was created from. 98public bool IsSameNativeObject(AgileComPointer<TInterface> other) 111/// <inheritdoc cref="IsSameNativeObject(AgileComPointer{TInterface})"/> 158/// this <see cref="AgileComPointer{TInterface}"/> was created from.