1 write to filetime
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
388filetime = (System.Runtime.InteropServices.ComTypes.FILETIME)value;
3 references to filetime
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (2)
1496propVar.filetime.dwLowDateTime = (Int32)longFileTime; 1497propVar.filetime.dwHighDateTime = (Int32)((longFileTime >> 32) & 0xFFFFFFFF);
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
729return filetime;