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)
860
if (
_todayDateSet
)
877
if (!
_todayDateSet
|| (DateTime.Compare(value, _todaysDate) != 0))
902
public bool TodayDateSet =>
_todayDateSet
;
1368
if (
_todayDateSet
)
1940
private bool ShouldSerializeTodayDate() =>
_todayDateSet
;
2004
if (
_todayDateSet
)