8 references to DATADIR
PresentationCore (4)
Core\CSharp\System\Windows\DataObject.cs (4)
753IEnumFORMATETC IComDataObject.EnumFormatEtc(DATADIR dwDirection) 759if (dwDirection == DATADIR.DATADIR_GET) 2842enumFORMATETC = EnumFormatEtcInner(DATADIR.DATADIR_GET); 3694private IEnumFORMATETC EnumFormatEtcInner(DATADIR dwDirection)
System (1)
compmod\System\Runtime\InteropServices\ComTypes\IDataObject.cs (1)
76IEnumFORMATETC EnumFormatEtc(DATADIR direction);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataObject.cs (3)
708IEnumFORMATETC IComDataObject.EnumFormatEtc(DATADIR dwDirection) { 713if (dwDirection == DATADIR.DATADIR_GET) { 2043enumFORMATETC = innerData.EnumFormatEtc(DATADIR.DATADIR_GET);