17 references to DATADIR
Microsoft.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
241if (dwDirection == (uint)ComTypes.DATADIR.DATADIR_GET)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
678nativeDataObject.Value->EnumFormatEtc((uint)DATADIR.DATADIR_GET, enumFORMATETC).AssertSuccess();
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
53public IEnumFORMATETC EnumFormatEtc(DATADIR direction)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (2)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction); 84var comTypeFormatEtc = EnumFormatEtc((DATADIR)(int)dwDirection);
netstandard (1)
netstandard.cs (1)
1628[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DATADIR))]
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)
819[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DATADIR))]
System.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.cs (1)
230public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
241if (dwDirection == (uint)ComTypes.DATADIR.DATADIR_GET)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
678nativeDataObject.Value->EnumFormatEtc((uint)DATADIR.DATADIR_GET, enumFORMATETC).AssertSuccess();
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
53public IEnumFORMATETC EnumFormatEtc(DATADIR direction)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (2)
29public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => _runtimeDataObject.EnumFormatEtc(direction); 84var comTypeFormatEtc = EnumFormatEtc((DATADIR)(int)dwDirection);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComTypes\IDataObject.cs (1)
67IEnumFORMATETC EnumFormatEtc(DATADIR direction);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
299IEnumFORMATETC ComTypes.IDataObject.EnumFormatEtc(DATADIR dwDirection) =>