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); 998this.SetCurrentValueInternal(DisplayDateProperty, DateTimeHelper.DiscardDayTime(d)); 1008this.SetCurrentValueInternal(DisplayDateProperty, d); 1098CoerceValue(DisplayDateProperty); 1187this.SetCurrentValueInternal(DisplayDateProperty, selectedMonth.Value); 1200this.SetCurrentValueInternal(DisplayDateProperty, selectedYear.Value);