11 references to DisplayDateProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\Calendar.cs (11)
101this.SetCurrentValueInternal(DisplayDateProperty, DateTime.Today); 192get { return (DateTime)GetValue(DisplayDateProperty); } 193set { SetValue(DisplayDateProperty, value); } 272c.CoerceValue(DisplayDateProperty); 334c.CoerceValue(DisplayDateProperty); 412c.SetCurrentValueInternal(DisplayDateProperty, c.CurrentDate); 1005this.SetCurrentValueInternal(DisplayDateProperty, DateTimeHelper.DiscardDayTime(d)); 1015this.SetCurrentValueInternal(DisplayDateProperty, d); 1108CoerceValue(DisplayDateProperty); 1197this.SetCurrentValueInternal(DisplayDateProperty, selectedMonth.Value); 1210this.SetCurrentValueInternal(DisplayDateProperty, selectedYear.Value);