5 instantiations of SYSTEMTIME
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
417NativeMethods.SYSTEMTIME sys = new NativeMethods.SYSTEMTIME(); 1712NativeMethods.SYSTEMTIME sys = new NativeMethods.SYSTEMTIME();
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
1058NativeMethods.SYSTEMTIME st = new NativeMethods.SYSTEMTIME(); 1527NativeMethods.SYSTEMTIME st = new NativeMethods.SYSTEMTIME(); 1581NativeMethods.SYSTEMTIME sys = new NativeMethods.SYSTEMTIME();
23 references to SYSTEMTIME
System.Windows.Forms (23)
winforms\Managed\System\WinForms\DateTimePicker.cs (11)
417NativeMethods.SYSTEMTIME sys = new NativeMethods.SYSTEMTIME(); 430NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(Value); 435NativeMethods.SYSTEMTIME sys = null; 1035NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(value); 1148NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(Value); 1153NativeMethods.SYSTEMTIME sys = null; 1379NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(value); 1439NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(min); 1711internal static NativeMethods.SYSTEMTIME DateTimeToSysTime(DateTime time) { 1712NativeMethods.SYSTEMTIME sys = new NativeMethods.SYSTEMTIME(); 1728internal static DateTime SysTimeToDateTime(NativeMethods.SYSTEMTIME s) {
winforms\Managed\System\WinForms\MonthCalendar.cs (7)
1058NativeMethods.SYSTEMTIME st = new NativeMethods.SYSTEMTIME(); 1527NativeMethods.SYSTEMTIME st = new NativeMethods.SYSTEMTIME(); 1581NativeMethods.SYSTEMTIME sys = new NativeMethods.SYSTEMTIME(); 1636NativeMethods.SYSTEMTIME st = DateTimePicker.DateTimeToSysTime(todayDate); 2016NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(minDate); 2153NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(lower); 2259NativeMethods.SYSTEMTIME st = null;
winforms\Managed\System\WinForms\NativeMethods.cs (4)
5262public SYSTEMTIME stSelStart = null; 5263public SYSTEMTIME stSelEnd = null; 5270public SYSTEMTIME stStart = null; 5515public SYSTEMTIME st = null;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1032public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.SYSTEMTIME lParam);