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