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