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