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