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)
854
if (
_todayDateSet
)
871
if (!
_todayDateSet
|| (DateTime.Compare(value, _todaysDate) != 0))
896
public bool TodayDateSet =>
_todayDateSet
;
1362
if (
_todayDateSet
)
1934
private bool ShouldSerializeTodayDate() =>
_todayDateSet
;
1998
if (
_todayDateSet
)