11 references to DisplayDateProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (11)
96
this.SetCurrentValueInternal(
DisplayDateProperty
, DateTime.Today);
187
get { return (DateTime)GetValue(
DisplayDateProperty
); }
188
set { SetValue(
DisplayDateProperty
, value); }
267
c.CoerceValue(
DisplayDateProperty
);
329
c.CoerceValue(
DisplayDateProperty
);
407
c.SetCurrentValueInternal(
DisplayDateProperty
, c.CurrentDate);
1000
this.SetCurrentValueInternal(
DisplayDateProperty
, DateTimeHelper.DiscardDayTime(d));
1010
this.SetCurrentValueInternal(
DisplayDateProperty
, d);
1103
CoerceValue(
DisplayDateProperty
);
1192
this.SetCurrentValueInternal(
DisplayDateProperty
, selectedMonth.Value);
1205
this.SetCurrentValueInternal(
DisplayDateProperty
, selectedYear.Value);