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