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