6 implementations of EnumFormatEtc
PresentationCore (1)
System\Windows\dataobject.cs (1)
603
HRESULT Com.IDataObject.Interface.
EnumFormatEtc
(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc) =>
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
218
public HRESULT
EnumFormatEtc
(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) => _nativeDataObject.EnumFormatEtc(dwDirection, ppenumFormatEtc);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
234
public HRESULT
EnumFormatEtc
(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
63
public HRESULT
EnumFormatEtc
(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
77
HRESULT Com.IDataObject.Interface.
EnumFormatEtc
(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc)
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
330
HRESULT Com.IDataObject.Interface.
EnumFormatEtc
(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc) =>
2 references to EnumFormatEtc
System.Private.Windows.Core (2)
_generated\127\Windows.Win32.IDataObject.g.cs (1)
306
return __object.
EnumFormatEtc
(dwDirection, ppenumFormatEtc);
System\Private\Windows\Ole\Composition.cs (1)
218
public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) => _nativeDataObject.
EnumFormatEtc
(dwDirection, ppenumFormatEtc);