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