3 references to IsTodayHighlightedProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\DatePicker.cs (3)
382get { return (bool)GetValue(IsTodayHighlightedProperty); } 383set { SetValue(IsTodayHighlightedProperty, value); } 1078_calendar.SetBinding(Calendar.IsTodayHighlightedProperty, GetDatePickerBinding(DatePicker.IsTodayHighlightedProperty));