12 references to COLS
PresentationFramework (12)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
350
int count = ROWS *
COLS
;
354
for (int childIndex =
COLS
; childIndex < count; childIndex++)
957
for (int i = 0; i <
COLS
; i++)
967
for (int j = 0; j <
COLS
; j++)
1023
for (int childIndex = 0; childIndex <
COLS
; childIndex++)
1052
int count = ROWS *
COLS
;
1053
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1059
int dayOffset = childIndex - lastMonthToDisplay -
COLS
;
1164
int count = ROWS *
COLS
;
1166
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1184
int count = ROWS *
COLS
;
1186
for (int childIndex =
COLS
; childIndex < count; childIndex++)