12 references to COLS
PresentationFramework (12)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (12)
351
int count = ROWS *
COLS
;
355
for (int childIndex =
COLS
; childIndex < count; childIndex++)
959
for (int i = 0; i <
COLS
; i++)
969
for (int j = 0; j <
COLS
; j++)
1026
for (int childIndex = 0; childIndex <
COLS
; childIndex++)
1055
int count = ROWS *
COLS
;
1056
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1062
int dayOffset = childIndex - lastMonthToDisplay -
COLS
;
1167
int count = ROWS *
COLS
;
1169
for (int childIndex =
COLS
; childIndex < count; childIndex++)
1187
int count = ROWS *
COLS
;
1189
for (int childIndex =
COLS
; childIndex < count; childIndex++)