3 references to CalendarStyleProperty
PresentationFramework (3)
System\Windows\Controls\DatePicker.cs (3)
128get { return (Style)GetValue(CalendarStyleProperty); } 129set { SetValue(CalendarStyleProperty, value); } 1084_calendar.SetBinding(Calendar.StyleProperty, GetDatePickerBinding(DatePicker.CalendarStyleProperty));