1 write to _todaysDate
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
885_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; 862return _todaysDate; 877if (!_todayDateSet || (DateTime.Compare(value, _todaysDate) != 0)) 1370SYSTEMTIME systemTime = (SYSTEMTIME)_todaysDate; 2006SYSTEMTIME systemTime = (SYSTEMTIME)_todaysDate;