2 writes to _count
PresentationFramework (2)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (2)
37
_count
= count;
173
_count
= value;
3 references to _count
PresentationFramework (3)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (3)
151
for (int i = 0; i <
_count
; i++)
166
return
_count
;
171
if (
_count
!= value)