4 instantiations of SYSTEMTIMEARRAY
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1436NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY();
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
1523NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY(); 2014NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY(); 2151NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY();
5 references to SYSTEMTIMEARRAY
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1436NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY();
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
1523NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY(); 2014NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY(); 2151NativeMethods.SYSTEMTIMEARRAY sa = new NativeMethods.SYSTEMTIMEARRAY();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1035public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.SYSTEMTIMEARRAY lParam);