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