4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
573
_count
= 0;
641
_count
++;
653
_count
--;
670
_count
--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
586
if (
_count
== 0 || item == null)
618
if (
_count
== 0)
740
get { return
_count
; }