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