2 writes to _count
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
1067
_count
++;
1083
_count
--;
2 references to _count
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
1122
ListItem [] copy = new ListItem[
_count
];
1137
return
_count
;