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);
991
this.SetCurrentValueInternal(
DisplayDateProperty
, DateTimeHelper.DiscardDayTime(d));
1001
this.SetCurrentValueInternal(
DisplayDateProperty
, d);
1091
CoerceValue(
DisplayDateProperty
);
1180
this.SetCurrentValueInternal(
DisplayDateProperty
, selectedMonth.Value);
1193
this.SetCurrentValueInternal(
DisplayDateProperty
, selectedYear.Value);