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++)
943
for (int i = 0; i <
COLS
; i++)
953
for (int j = 0; j <
COLS
; j++)
1011
for (int childIndex = 0; childIndex <
COLS
; childIndex++)
1040
int count = ROWS *
COLS
;
1041
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1047
int dayOffset = childIndex - lastMonthToDisplay -
COLS
;
1152
int count = ROWS *
COLS
;
1154
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1171
int count = ROWS *
COLS
;
1173
for (int childIndex =
COLS
; childIndex < count; childIndex++)