11 references to DisplayDateProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (11)
100this.SetCurrentValueInternal(DisplayDateProperty, DateTime.Today); 191get { return (DateTime)GetValue(DisplayDateProperty); } 192set { SetValue(DisplayDateProperty, value); } 271c.CoerceValue(DisplayDateProperty); 333c.CoerceValue(DisplayDateProperty); 411c.SetCurrentValueInternal(DisplayDateProperty, c.CurrentDate); 1004this.SetCurrentValueInternal(DisplayDateProperty, DateTimeHelper.DiscardDayTime(d)); 1014this.SetCurrentValueInternal(DisplayDateProperty, d); 1107CoerceValue(DisplayDateProperty); 1196this.SetCurrentValueInternal(DisplayDateProperty, selectedMonth.Value); 1209this.SetCurrentValueInternal(DisplayDateProperty, selectedYear.Value);