4 references to IsTodayPropertyKey
PresentationFramework (4)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
56
public static readonly DependencyProperty IsTodayProperty =
IsTodayPropertyKey
.DependencyProperty;
System\Windows\Controls\Primitives\CalendarItem.cs (3)
1107
childButton.SetValue(CalendarDayButton.
IsTodayPropertyKey
, true);
1111
childButton.SetValue(CalendarDayButton.
IsTodayPropertyKey
, false);
1135
childButton.SetValue(CalendarDayButton.
IsTodayPropertyKey
, false);