6 implementations of EnumFormatEtc
PresentationCore (1)
System\Windows\dataobject.cs (1)
603HRESULT Com.IDataObject.Interface.EnumFormatEtc(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc) =>
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
218public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) => _nativeDataObject.EnumFormatEtc(dwDirection, ppenumFormatEtc);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
234public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
63public HRESULT EnumFormatEtc(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
77HRESULT Com.IDataObject.Interface.EnumFormatEtc(uint dwDirection, Com.IEnumFORMATETC** ppenumFormatEtc)
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
330HRESULT 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)
218public HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) => _nativeDataObject.EnumFormatEtc(dwDirection, ppenumFormatEtc);