12 references to COLS
PresentationFramework (12)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
345int count = ROWS * COLS; 349for (int childIndex = COLS; childIndex < count; childIndex++) 952for (int i = 0; i < COLS; i++) 962for (int j = 0; j < COLS; j++) 1020for (int childIndex = 0; childIndex < COLS; childIndex++) 1049int count = ROWS * COLS; 1050for (int childIndex = COLS; childIndex < count; childIndex++) 1056int dayOffset = childIndex - lastMonthToDisplay - COLS; 1161int count = ROWS * COLS; 1163for (int childIndex = COLS; childIndex < count; childIndex++) 1180int count = ROWS * COLS; 1182for (int childIndex = COLS; childIndex < count; childIndex++)