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)
859
if (
_todayDateSet
)
876
if (!
_todayDateSet
|| (DateTime.Compare(value, _todaysDate) != 0))
901
public bool TodayDateSet =>
_todayDateSet
;
1367
if (
_todayDateSet
)
1939
private bool ShouldSerializeTodayDate() =>
_todayDateSet
;
2003
if (
_todayDateSet
)