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