1 write to todayDate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1078
todayDate
= value.Date;
6 references to todayDate
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MonthCalendar.cs (6)
182
selectionStart =
todayDate
;
183
selectionEnd =
todayDate
;
1056
if (todayDateSet) return
todayDate
;
1066
if (!(todayDateSet) || (DateTime.Compare(value,
todayDate
) != 0)) {
1636
NativeMethods.SYSTEMTIME st = DateTimePicker.DateTimeToSysTime(
todayDate
);
2261
st = DateTimePicker.DateTimeToSysTime(
todayDate
);