3 references to CalendarStyleProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\DatePicker.cs (3)
132get { return (Style)GetValue(CalendarStyleProperty); } 133set { SetValue(CalendarStyleProperty, value); } 1077_calendar.SetBinding(Calendar.StyleProperty, GetDatePickerBinding(DatePicker.CalendarStyleProperty));