4 references to IsTodayPropertyKey
PresentationFramework (4)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
52public static readonly DependencyProperty IsTodayProperty = IsTodayPropertyKey.DependencyProperty;
System\Windows\Controls\Primitives\CalendarItem.cs (3)
1094childButton.SetValue(CalendarDayButton.IsTodayPropertyKey, true); 1098childButton.SetValue(CalendarDayButton.IsTodayPropertyKey, false); 1122childButton.SetValue(CalendarDayButton.IsTodayPropertyKey, false);