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