4 instantiations of FILETIME
System (2)
security\system\security\cryptography\x509\x509certificate2collection.cs (1)
415_FILETIME ft = new _FILETIME();
security\system\security\cryptography\x509\x509chain.cs (1)
385_FILETIME ft = new _FILETIME();
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
180FILETIME ft = new FILETIME();
System.Security (1)
system\security\cryptography\x509\x509utils.cs (1)
334_FILETIME ft = new _FILETIME();
98 references to FILETIME
mscorlib (6)
system\runtime\interopservices\ComTypes\imoniker.cs (1)
54void GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, out FILETIME pFileTime);
system\runtime\interopservices\ComTypes\irunningobjecttable.cs (2)
31void NoteChangeTime(int dwRegister, ref FILETIME pfiletime); 33int GetTimeOfLastChange(IMoniker pmkObjectName, out FILETIME pfiletime);
system\runtime\interopservices\ComTypes\istream.cs (3)
27public FILETIME mtime; 28public FILETIME ctime; 29public FILETIME atime;
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (3)
1481if (fileTime != null && fileTime.GetType() == typeof(System.Runtime.InteropServices.ComTypes.FILETIME)) 1483System.Runtime.InteropServices.ComTypes.FILETIME time = (System.Runtime.InteropServices.ComTypes.FILETIME)fileTime;
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (3)
110[FieldOffset(8)] internal System.Runtime.InteropServices.ComTypes.FILETIME filetime; 385else if (type == typeof(System.Runtime.InteropServices.ComTypes.FILETIME)) 388filetime = (System.Runtime.InteropServices.ComTypes.FILETIME)value;
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (2)
20using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 353FILETIME GetFileTime(IntPtr key);
src\Framework\System\Windows\Standard\NativeMethods.cs (4)
21using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 2272public System.Runtime.InteropServices.ComTypes.FILETIME ftCreationTime; 2273public System.Runtime.InteropServices.ComTypes.FILETIME ftLastAccessTime; 2274public System.Runtime.InteropServices.ComTypes.FILETIME ftLastWriteTime;
src\Framework\System\Windows\Standard\ShellProvider.cs (2)
14using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 666FILETIME GetFileTime(IntPtr key);
System (22)
net\System\Net\mail\iisPickupDirectory.cs (3)
249[Out] out System.Runtime.InteropServices.ComTypes.FILETIME LastChangeTime, 257[In, Out] ref System.Runtime.InteropServices.ComTypes.FILETIME LastChangeTime, 287[Out] out System.Runtime.InteropServices.ComTypes.FILETIME BackupTime,
net\System\Net\SafeNativeMethods.cs (1)
15using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME;
security\system\security\cryptography\cryptoapi.cs (7)
26using _FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 1236internal _FILETIME NotBefore; 1237internal _FILETIME NotAfter; 1506internal _FILETIME Date; 1607internal _FILETIME Date; 2049[In] ref _FILETIME pTime, 2152[In,Out] ref _FILETIME pTimeToVerify,
security\system\security\cryptography\x509\x509certificate2.cs (1)
26using _FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME;
security\system\security\cryptography\x509\x509certificate2collection.cs (8)
23using _FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 415_FILETIME ft = new _FILETIME(); 769_FILETIME ft = (_FILETIME) pvCallbackData; 786_FILETIME ft = (_FILETIME) pvCallbackData; 803_FILETIME ft = (_FILETIME) pvCallbackData;
security\system\security\cryptography\x509\x509chain.cs (2)
22using _FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 385_FILETIME ft = new _FILETIME();
System.Core (4)
System\Security\Cryptography\X509Certificates\X509Native.cs (4)
15using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 267internal FILETIME NotBefore; 268internal FILETIME NotAfter; 370public FILETIME ftTimestamp;
System.IdentityModel (4)
System\IdentityModel\CryptoApi.cs (2)
18using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 315[In] ref FILETIME pTime,
System\IdentityModel\Selectors\X509CertificateChain.cs (2)
17using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 180FILETIME ft = new FILETIME();
System.Security (8)
system\security\cryptography\cryptoapi.cs (6)
26using _FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 1149internal _FILETIME NotBefore; 1150internal _FILETIME NotAfter; 1397internal _FILETIME Date; 1498internal _FILETIME Date; 1870[In] ref _FILETIME pTime,
system\security\cryptography\x509\x509utils.cs (2)
24using _FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 334_FILETIME ft = new _FILETIME();
System.ServiceModel (5)
System\ServiceModel\Channels\SafeNativeMethods.cs (3)
10using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 27private static extern void GetSystemTimeAsFileTime([Out] out FILETIME time); 30FILETIME fileTime;
System\ServiceModel\ComIntegration\IMoniker.cs (1)
38void GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
System\ServiceModel\ComIntegration\ServiceMoniker.cs (1)
107void IMoniker.GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, out FILETIME pFileTime)
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\MSAdminBase.cs (3)
317ref COMTypes.FILETIME pftMDLastChangeTime, 329ref COMTypes.FILETIME pftMDLastChangeTime, 369ref COMTypes.FILETIME pftMDBackupTime,
System.ServiceModel.Internals (3)
System\Runtime\Interop\UnsafeNativeMethods.cs (3)
16using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 77private static extern void GetSystemTimeAsFileTime([Out] out FILETIME time); 81FILETIME fileTime;
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
21using _FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 119internal _FILETIME ftTimestamp; // Timestamp time.
WindowsBase (27)
Base\MS\Internal\Interop\NativeStructs.cs (4)
24using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; 159public FILETIME ftCreationTime; 160public FILETIME ftLastAccessTime; 161public FILETIME ftLastWriteTime;
Base\MS\Internal\IO\Packaging\CompoundFile\InternalSafeNativeCompoundFileInterfaces.cs (6)
97System.Runtime.InteropServices.ComTypes.FILETIME pctime, 98System.Runtime.InteropServices.ComTypes.FILETIME patime, 99System.Runtime.InteropServices.ComTypes.FILETIME pmtime ); 233ref System.Runtime.InteropServices.ComTypes.FILETIME pctime, 234ref System.Runtime.InteropServices.ComTypes.FILETIME patime, 235ref System.Runtime.InteropServices.ComTypes.FILETIME pmtime
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (6)
523System.Runtime.InteropServices.ComTypes.FILETIME pctime, 524System.Runtime.InteropServices.ComTypes.FILETIME patime, 525System.Runtime.InteropServices.ComTypes.FILETIME pmtime ) 1088ref System.Runtime.InteropServices.ComTypes.FILETIME pctime, 1089ref System.Runtime.InteropServices.ComTypes.FILETIME patime, 1090ref System.Runtime.InteropServices.ComTypes.FILETIME pmtime
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (6)
330System.Runtime.InteropServices.ComTypes.FILETIME pctime, 331System.Runtime.InteropServices.ComTypes.FILETIME patime, 332System.Runtime.InteropServices.ComTypes.FILETIME pmtime ); 497ref System.Runtime.InteropServices.ComTypes.FILETIME pctime, 498ref System.Runtime.InteropServices.ComTypes.FILETIME patime, 499ref System.Runtime.InteropServices.ComTypes.FILETIME pmtime
Base\MS\Internal\IO\Packaging\OlePropertyStructs.cs (4)
42System.Runtime.InteropServices.ComTypes.FILETIME mtime; 43System.Runtime.InteropServices.ComTypes.FILETIME ctime; 44System.Runtime.InteropServices.ComTypes.FILETIME atime; 268internal System.Runtime.InteropServices.ComTypes.FILETIME filetime;
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (1)
1187DateTime ConvertFILETIMEToDateTime( System.Runtime.InteropServices.ComTypes.FILETIME time )