3 references to ToFileTime
PresentationCore (1)
System\Windows\Media\Imaging\BitmapMetadata.cs (1)
1326long longFileTime = dt.ToFileTime();
PresentationFramework (1)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
201long longFileTime = ((DateTime)obj).ToFileTime();
System.Private.Windows.Core (1)
Windows\Win32\Foundation\FILETIME.cs (1)
10long ft = date.ToFileTime();