2 writes to dwLowDateTime
System.Private.Windows.Core (1)
Windows\Win32\Foundation\FILETIME.cs (1)
11dwLowDateTime = (uint)(ft & 0xFFFFFFFF);
System.Windows.Forms.Primitives.Tests (1)
Interop\Kernel32\FILETIMETests.cs (1)
40dwLowDateTime = 3680495616u,
3 references to dwLowDateTime
System.Private.Windows.Core (1)
Windows\Win32\Foundation\FILETIME.cs (1)
15public readonly DateTime ToDateTime() => DateTime.FromFileTime(((long)dwHighDateTime << 32) + dwLowDateTime);
System.Windows.Forms.Primitives.Tests (2)
Interop\Kernel32\FILETIMETests.cs (2)
22Assert.Equal(0u, ft.dwLowDateTime); 31Assert.Equal(3680495616u, ft.dwLowDateTime);