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