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