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