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);
6 references to AgileComPointer
System.Private.Windows.Core (6)
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 (4)
56/// <see cref="AgileComPointer{TInterface}"/> was created from. 58public bool IsSameNativeObject(AgileComPointer<TInterface> other) 71/// <inheritdoc cref="IsSameNativeObject(AgileComPointer{TInterface})"/> 118/// this <see cref="AgileComPointer{TInterface}"/> was created from.