2 writes to _todayDateSet
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
886_todayDateSet = true; 1645_todayDateSet = false;
6 references to _todayDateSet
System.Windows.Forms (6)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (6)
860if (_todayDateSet) 877if (!_todayDateSet || (DateTime.Compare(value, _todaysDate) != 0)) 902public bool TodayDateSet => _todayDateSet; 1368if (_todayDateSet) 1940private bool ShouldSerializeTodayDate() => _todayDateSet; 2004if (_todayDateSet)