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