3 references to IsTodayHighlightedProperty
PresentationFramework (3)
System\Windows\Controls\Calendar.cs (2)
470
get { return (bool)GetValue(
IsTodayHighlightedProperty
); }
471
set { SetValue(
IsTodayHighlightedProperty
, value); }
System\Windows\Controls\DatePicker.cs (1)
1089
_calendar.SetBinding(Calendar.
IsTodayHighlightedProperty
, GetDatePickerBinding(DatePicker.IsTodayHighlightedProperty));