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