2 writes to _todayDateSet
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
880_todayDateSet = true; 1639_todayDateSet = false;
6 references to _todayDateSet
System.Windows.Forms (6)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (6)
854if (_todayDateSet) 871if (!_todayDateSet || (DateTime.Compare(value, _todaysDate) != 0)) 896public bool TodayDateSet => _todayDateSet; 1362if (_todayDateSet) 1934private bool ShouldSerializeTodayDate() => _todayDateSet; 1998if (_todayDateSet)