3 references to MaximumDate
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
596
if (!OwningCalendar.SelectedDates.
MaximumDate
.HasValue || OwningCalendar.SelectedDates.
MaximumDate
<= startDate)
src\Framework\System\Windows\Controls\Calendar.cs (1)
289
DateTime? maxSelectedDate = c.SelectedDates.
MaximumDate
;