10 references to GetObject
System.Private.Windows.Core.Tests (10)
System\Private\Windows\Ole\DataObjectProxy.cs (10)
121
DataObjectProxy? proxy = Lifetime.
GetObject
(@this);
140
Lifetime.
GetObject
(@this)?.GetData(pFormatetc, pMedium) ?? HRESULT.COR_E_OBJECTDISPOSED;
144
Lifetime.
GetObject
(@this)?.GetDataHere(pFormatetc, pMedium) ?? HRESULT.COR_E_OBJECTDISPOSED;
148
Lifetime.
GetObject
(@this)?.QueryGetData(pFormatetc) ?? HRESULT.COR_E_OBJECTDISPOSED;
152
Lifetime.
GetObject
(@this)?.GetCanonicalFormatEtc(pFormatetcIn, pFormatetcOut) ?? HRESULT.COR_E_OBJECTDISPOSED;
156
Lifetime.
GetObject
(@this)?.SetData(pFormatetc, pMedium, fRelease) ?? HRESULT.COR_E_OBJECTDISPOSED;
160
Lifetime.
GetObject
(@this)?.EnumFormatEtc(dwDirection, ppEnumFormatEtc) ?? HRESULT.COR_E_OBJECTDISPOSED;
164
Lifetime.
GetObject
(@this)?.DAdvise(pFormatetc, advf, pAdvSink, pdwConnection) ?? HRESULT.COR_E_OBJECTDISPOSED;
168
Lifetime.
GetObject
(@this)?.DUnadvise(dwConnection) ?? HRESULT.COR_E_OBJECTDISPOSED;
172
Lifetime.
GetObject
(@this)?.EnumDAdvise(ppEnumAdvise) ?? HRESULT.COR_E_OBJECTDISPOSED;