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