12 references to COLS
PresentationFramework (12)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
350int count = ROWS * COLS; 354for (int childIndex = COLS; childIndex < count; childIndex++) 957for (int i = 0; i < COLS; i++) 967for (int j = 0; j < COLS; j++) 1023for (int childIndex = 0; childIndex < COLS; childIndex++) 1052int count = ROWS * COLS; 1053for (int childIndex = COLS; childIndex < count; childIndex++) 1059int dayOffset = childIndex - lastMonthToDisplay - COLS; 1164int count = ROWS * COLS; 1166for (int childIndex = COLS; childIndex < count; childIndex++) 1184int count = ROWS * COLS; 1186for (int childIndex = COLS; childIndex < count; childIndex++)