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