12 references to COLS
PresentationFramework (12)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (12)
351int count = ROWS * COLS; 355for (int childIndex = COLS; childIndex < count; childIndex++) 959for (int i = 0; i < COLS; i++) 969for (int j = 0; j < COLS; j++) 1026for (int childIndex = 0; childIndex < COLS; childIndex++) 1055int count = ROWS * COLS; 1056for (int childIndex = COLS; childIndex < count; childIndex++) 1062int dayOffset = childIndex - lastMonthToDisplay - COLS; 1167int count = ROWS * COLS; 1169for (int childIndex = COLS; childIndex < count; childIndex++) 1187int count = ROWS * COLS; 1189for (int childIndex = COLS; childIndex < count; childIndex++)