1 write to _todaysDate
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
884_todaysDate = value.Date;
7 references to _todaysDate
System.Windows.Forms (7)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (7)
135_selectionStart = _todaysDate; 136_selectionEnd = _todaysDate; 137_focusedDate = _todaysDate; 861return _todaysDate; 876if (!_todayDateSet || (DateTime.Compare(value, _todaysDate) != 0)) 1369SYSTEMTIME systemTime = (SYSTEMTIME)_todaysDate; 2005SYSTEMTIME systemTime = (SYSTEMTIME)_todaysDate;