11 references to DisplayDateProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (11)
96this.SetCurrentValueInternal(DisplayDateProperty, DateTime.Today); 187get { return (DateTime)GetValue(DisplayDateProperty); } 188set { SetValue(DisplayDateProperty, value); } 267c.CoerceValue(DisplayDateProperty); 329c.CoerceValue(DisplayDateProperty); 407c.SetCurrentValueInternal(DisplayDateProperty, c.CurrentDate); 1000this.SetCurrentValueInternal(DisplayDateProperty, DateTimeHelper.DiscardDayTime(d)); 1010this.SetCurrentValueInternal(DisplayDateProperty, d); 1103CoerceValue(DisplayDateProperty); 1192this.SetCurrentValueInternal(DisplayDateProperty, selectedMonth.Value); 1205this.SetCurrentValueInternal(DisplayDateProperty, selectedYear.Value);