4 references to IsTodayPropertyKey
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
56
public static readonly DependencyProperty IsTodayProperty =
IsTodayPropertyKey
.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (3)
1110
childButton.SetValue(CalendarDayButton.
IsTodayPropertyKey
, true);
1114
childButton.SetValue(CalendarDayButton.
IsTodayPropertyKey
, false);
1138
childButton.SetValue(CalendarDayButton.
IsTodayPropertyKey
, false);