2 implementations of IEnumFORMATETC
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
17internal sealed unsafe partial class FormatEnumerator : ComTypes.IEnumFORMATETC, IEnumFORMATETC.Interface
System.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
17internal sealed unsafe partial class FormatEnumerator : ComTypes.IEnumFORMATETC, IEnumFORMATETC.Interface
20 references to IEnumFORMATETC
Microsoft.Private.Windows.Core (7)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (2)
53public IEnumFORMATETC EnumFormatEtc(DATADIR direction) 62return (IEnumFORMATETC)ComHelpers.GetObjectForIUnknown(nativeFormat);
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (2)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction); 84var comTypeFormatEtc = EnumFormatEtc((DATADIR)(int)dwDirection);
System\Private\Windows\Ole\FormatEnumerator.cs (2)
101public void Clone(out ComTypes.IEnumFORMATETC ppenum) 143Clone(out var cloned);
netstandard (1)
netstandard.cs (1)
1648[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC))]
PresentationCore (1)
System\Windows\dataobject.cs (1)
572IEnumFORMATETC ComTypes.IDataObject.EnumFormatEtc(DATADIR dwDirection) =>
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
824[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC))]
System.Private.Windows.Core (7)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (2)
53public IEnumFORMATETC EnumFormatEtc(DATADIR direction) 62return (IEnumFORMATETC)ComHelpers.GetObjectForIUnknown(nativeFormat);
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (2)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction); 84var comTypeFormatEtc = EnumFormatEtc((DATADIR)(int)dwDirection);
System\Private\Windows\Ole\FormatEnumerator.cs (2)
101public void Clone(out ComTypes.IEnumFORMATETC ppenum) 143Clone(out var cloned);
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\ComTypes\IDataObject.cs (1)
67IEnumFORMATETC EnumFormatEtc(DATADIR direction);
System\Runtime\InteropServices\ComTypes\IEnumFormatETC.cs (1)
47void Clone(out IEnumFORMATETC newEnum);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
299IEnumFORMATETC ComTypes.IDataObject.EnumFormatEtc(DATADIR dwDirection) =>