12 references to COLS
PresentationFramework (12)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
330int count = ROWS * COLS; 334for (int childIndex = COLS; childIndex < count; childIndex++) 928for (int i = 0; i < COLS; i++) 938for (int j = 0; j < COLS; j++) 996for (int childIndex = 0; childIndex < COLS; childIndex++) 1025int count = ROWS * COLS; 1026for (int childIndex = COLS; childIndex < count; childIndex++) 1032int dayOffset = childIndex - lastMonthToDisplay - COLS; 1137int count = ROWS * COLS; 1139for (int childIndex = COLS; childIndex < count; childIndex++) 1156int count = ROWS * COLS; 1158for (int childIndex = COLS; childIndex < count; childIndex++)