5 references to NUMBER_OF_DAYS_IN_WEEK
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (5)
1392
i = ((day - this.Owner.FirstDayOfWeek +
NUMBER_OF_DAYS_IN_WEEK
) %
NUMBER_OF_DAYS_IN_WEEK
);
1396
i = ((day - DateTimeHelper.GetDateFormat(DateTimeHelper.GetCulture(this)).FirstDayOfWeek +
NUMBER_OF_DAYS_IN_WEEK
) %
NUMBER_OF_DAYS_IN_WEEK
);
1401
return
NUMBER_OF_DAYS_IN_WEEK
;