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