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