12 references to COLS
PresentationFramework (12)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
344int count = ROWS * COLS; 348for (int childIndex = COLS; childIndex < count; childIndex++) 942for (int i = 0; i < COLS; i++) 952for (int j = 0; j < COLS; j++) 1010for (int childIndex = 0; childIndex < COLS; childIndex++) 1039int count = ROWS * COLS; 1040for (int childIndex = COLS; childIndex < count; childIndex++) 1046int dayOffset = childIndex - lastMonthToDisplay - COLS; 1151int count = ROWS * COLS; 1153for (int childIndex = COLS; childIndex < count; childIndex++) 1170int count = ROWS * COLS; 1172for (int childIndex = COLS; childIndex < count; childIndex++)