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