11 references to DisplayDateProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (11)
95this.SetCurrentValueInternal(DisplayDateProperty, DateTime.Today); 186get { return (DateTime)GetValue(DisplayDateProperty); } 187set { SetValue(DisplayDateProperty, value); } 266c.CoerceValue(DisplayDateProperty); 328c.CoerceValue(DisplayDateProperty); 406c.SetCurrentValueInternal(DisplayDateProperty, c.CurrentDate); 997this.SetCurrentValueInternal(DisplayDateProperty, DateTimeHelper.DiscardDayTime(d)); 1007this.SetCurrentValueInternal(DisplayDateProperty, d); 1097CoerceValue(DisplayDateProperty); 1186this.SetCurrentValueInternal(DisplayDateProperty, selectedMonth.Value); 1199this.SetCurrentValueInternal(DisplayDateProperty, selectedYear.Value);