12 references to COLS
PresentationFramework (12)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
345int count = ROWS * COLS; 349for (int childIndex = COLS; childIndex < count; childIndex++) 943for (int i = 0; i < COLS; i++) 953for (int j = 0; j < COLS; j++) 1011for (int childIndex = 0; childIndex < COLS; childIndex++) 1040int count = ROWS * COLS; 1041for (int childIndex = COLS; childIndex < count; childIndex++) 1047int dayOffset = childIndex - lastMonthToDisplay - COLS; 1152int count = ROWS * COLS; 1154for (int childIndex = COLS; childIndex < count; childIndex++) 1171int count = ROWS * COLS; 1173for (int childIndex = COLS; childIndex < count; childIndex++)