2 writes to _count
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
1079
_count
++;
1095
_count
--;
2 references to _count
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
1134
ListItem [] copy = new ListItem[
_count
];
1149
return
_count
;