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