2 writes to HasSelectedDays
PresentationFramework (2)
System\Windows\Controls\Primitives\CalendarItem.cs (2)
1261
childButton.
HasSelectedDays
= (Owner.DisplayDate.Year == year);
1305
childButton.
HasSelectedDays
= (DateTimeHelper.CompareYearMonth(day, this.Owner.DisplayDateInternal) == 0);
1 reference to HasSelectedDays
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarButton.cs (1)
117
if (
HasSelectedDays
)