4 writes to _count
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
589
_count
= 0;
658
_count
++;
670
_count
--;
687
_count
--;
3 references to _count
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
602
if (
_count
== 0 || item == null)
634
if (
_count
== 0)
758
get { return
_count
; }