12 references to COLS
PresentationFramework (12)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
330
int count = ROWS *
COLS
;
334
for (int childIndex =
COLS
; childIndex < count; childIndex++)
928
for (int i = 0; i <
COLS
; i++)
938
for (int j = 0; j <
COLS
; j++)
996
for (int childIndex = 0; childIndex <
COLS
; childIndex++)
1025
int count = ROWS *
COLS
;
1026
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1032
int dayOffset = childIndex - lastMonthToDisplay -
COLS
;
1137
int count = ROWS *
COLS
;
1139
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1156
int count = ROWS *
COLS
;
1158
for (int childIndex =
COLS
; childIndex < count; childIndex++)