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