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