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)
21
private readonly
AgileComPointer
<Com.IDataObject> _nativeDataObject;
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
18
private readonly
AgileComPointer
<Com.IDataObject> _nativeDataObject;
Windows\Win32\System\Com\AgileComPointer.cs (4)
56
/// <see cref="
AgileComPointer
{TInterface}"/> was created from.
58
public bool IsSameNativeObject(
AgileComPointer
<TInterface> other)
71
/// <inheritdoc cref="IsSameNativeObject(
AgileComPointer
{TInterface})"/>
118
/// this <see cref="
AgileComPointer
{TInterface}"/> was created from.