2 writes to _todayDateSet
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
885_todayDateSet = true; 1644_todayDateSet = false;
6 references to _todayDateSet
System.Windows.Forms (6)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (6)
859if (_todayDateSet) 876if (!_todayDateSet || (DateTime.Compare(value, _todaysDate) != 0)) 901public bool TodayDateSet => _todayDateSet; 1367if (_todayDateSet) 1939private bool ShouldSerializeTodayDate() => _todayDateSet; 2003if (_todayDateSet)