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