2 writes to _currentDate
PresentationFramework (2)
System\Windows\Controls\Calendar.cs (2)
683
set {
_currentDate
= value; }
1608
this.
_currentDate
= lastSelectedDate;
1 reference to _currentDate
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
682
get { return
_currentDate
.GetValueOrDefault(this.DisplayDateInternal); }