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