2 writes to _count
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
1087
_count
++;
1103
_count
--;
2 references to _count
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
1142
ListItem [] copy = new ListItem[
_count
];
1157
return
_count
;