8 implementations of EnumFormatEtc
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
53public IEnumFORMATETC EnumFormatEtc(DATADIR direction)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
PresentationCore (1)
System\Windows\dataobject.cs (1)
572IEnumFORMATETC ComTypes.IDataObject.EnumFormatEtc(DATADIR dwDirection) =>
System.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
53public IEnumFORMATETC EnumFormatEtc(DATADIR direction)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
299IEnumFORMATETC ComTypes.IDataObject.EnumFormatEtc(DATADIR dwDirection) =>
4 references to EnumFormatEtc
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);