4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
564
_count
= 0;
630
_count
++;
642
_count
--;
659
_count
--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
575
if (
_count
== 0 || item == null)
607
if (
_count
== 0)
729
get { return
_count
; }