10 references to GetObject
System.Private.Windows.Core.Tests (10)
System\Private\Windows\Ole\DataObjectProxy.cs (10)
110
DataObjectProxy? proxy = Lifetime.
GetObject
(@this);
129
Lifetime.
GetObject
(@this)?.GetData(pFormatetc, pMedium) ?? HRESULT.COR_E_OBJECTDISPOSED;
133
Lifetime.
GetObject
(@this)?.GetDataHere(pFormatetc, pMedium) ?? HRESULT.COR_E_OBJECTDISPOSED;
137
Lifetime.
GetObject
(@this)?.QueryGetData(pFormatetc) ?? HRESULT.COR_E_OBJECTDISPOSED;
141
Lifetime.
GetObject
(@this)?.GetCanonicalFormatEtc(pFormatetcIn, pFormatetcOut) ?? HRESULT.COR_E_OBJECTDISPOSED;
145
Lifetime.
GetObject
(@this)?.SetData(pFormatetc, pMedium, fRelease) ?? HRESULT.COR_E_OBJECTDISPOSED;
149
Lifetime.
GetObject
(@this)?.EnumFormatEtc(dwDirection, ppEnumFormatEtc) ?? HRESULT.COR_E_OBJECTDISPOSED;
153
Lifetime.
GetObject
(@this)?.DAdvise(pFormatetc, advf, pAdvSink, pdwConnection) ?? HRESULT.COR_E_OBJECTDISPOSED;
157
Lifetime.
GetObject
(@this)?.DUnadvise(dwConnection) ?? HRESULT.COR_E_OBJECTDISPOSED;
161
Lifetime.
GetObject
(@this)?.EnumDAdvise(ppEnumAdvise) ?? HRESULT.COR_E_OBJECTDISPOSED;