1 write to _nativeDataObject
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
40
_nativeDataObject
= nativeDataObject;
9 references to _nativeDataObject
System.Private.Windows.Core (9)
System\Private\Windows\Ole\Composition.cs (9)
108
public HRESULT DAdvise(FORMATETC* pformatetc, uint advf, IAdviseSink* pAdvSink, uint* pdwConnection) =>
_nativeDataObject
.DAdvise(pformatetc, advf, pAdvSink, pdwConnection);
109
public HRESULT DUnadvise(uint dwConnection) =>
_nativeDataObject
.DUnadvise(dwConnection);
110
public HRESULT EnumDAdvise(IEnumSTATDATA** ppenumAdvise) =>
_nativeDataObject
.EnumDAdvise(ppenumAdvise);
111
public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) =>
_nativeDataObject
.EnumFormatEtc(dwDirection, ppenumFormatEtc);
112
public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) =>
_nativeDataObject
.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
113
public HRESULT GetData(FORMATETC* pformatetcIn, STGMEDIUM* pmedium) =>
_nativeDataObject
.GetData(pformatetcIn, pmedium);
114
public HRESULT GetDataHere(FORMATETC* pformatetc, STGMEDIUM* pmedium) =>
_nativeDataObject
.GetDataHere(pformatetc, pmedium);
115
public HRESULT QueryGetData(FORMATETC* pformatetc) =>
_nativeDataObject
.QueryGetData(pformatetc);
116
public HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) =>
_nativeDataObject
.SetData(pformatetc, pmedium, fRelease);